diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MacOSGatekeeperAppSourcesEnum.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/MacOSGatekeeperAppSourcesEnum.go | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MacOSGatekeeperAppSourcesEnum.go b/vendor/github.com/matterbridge/msgraph.go/beta/MacOSGatekeeperAppSourcesEnum.go deleted file mode 100644 index 399fe897..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/MacOSGatekeeperAppSourcesEnum.go +++ /dev/null @@ -1,41 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// MacOSGatekeeperAppSources undocumented -type MacOSGatekeeperAppSources int - -const ( - // MacOSGatekeeperAppSourcesVNotConfigured undocumented - MacOSGatekeeperAppSourcesVNotConfigured MacOSGatekeeperAppSources = 0 - // MacOSGatekeeperAppSourcesVMacAppStore undocumented - MacOSGatekeeperAppSourcesVMacAppStore MacOSGatekeeperAppSources = 1 - // MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers undocumented - MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers MacOSGatekeeperAppSources = 2 - // MacOSGatekeeperAppSourcesVAnywhere undocumented - MacOSGatekeeperAppSourcesVAnywhere MacOSGatekeeperAppSources = 3 -) - -// MacOSGatekeeperAppSourcesPNotConfigured returns a pointer to MacOSGatekeeperAppSourcesVNotConfigured -func MacOSGatekeeperAppSourcesPNotConfigured() *MacOSGatekeeperAppSources { - v := MacOSGatekeeperAppSourcesVNotConfigured - return &v -} - -// MacOSGatekeeperAppSourcesPMacAppStore returns a pointer to MacOSGatekeeperAppSourcesVMacAppStore -func MacOSGatekeeperAppSourcesPMacAppStore() *MacOSGatekeeperAppSources { - v := MacOSGatekeeperAppSourcesVMacAppStore - return &v -} - -// MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers returns a pointer to MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers -func MacOSGatekeeperAppSourcesPMacAppStoreAndIdentifiedDevelopers() *MacOSGatekeeperAppSources { - v := MacOSGatekeeperAppSourcesVMacAppStoreAndIdentifiedDevelopers - return &v -} - -// MacOSGatekeeperAppSourcesPAnywhere returns a pointer to MacOSGatekeeperAppSourcesVAnywhere -func MacOSGatekeeperAppSourcesPAnywhere() *MacOSGatekeeperAppSources { - v := MacOSGatekeeperAppSourcesVAnywhere - return &v -} |