From 76e5fe5a87d7e60919075f96eee599f3c6255a9f Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 15 Mar 2020 22:43:46 +0000 Subject: Update vendor yaegashi/msgraph.go to v0.1.2 (2) --- .../yaegashi/msgraph.go/beta/EnumService.go | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 vendor/github.com/yaegashi/msgraph.go/beta/EnumService.go (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumService.go') diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumService.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumService.go new file mode 100644 index 00000000..39b36a03 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumService.go @@ -0,0 +1,30 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ServiceStartType undocumented +type ServiceStartType string + +const ( + // ServiceStartTypeVManual undocumented + ServiceStartTypeVManual ServiceStartType = "manual" + // ServiceStartTypeVAutomatic undocumented + ServiceStartTypeVAutomatic ServiceStartType = "automatic" + // ServiceStartTypeVDisabled undocumented + ServiceStartTypeVDisabled ServiceStartType = "disabled" +) + +var ( + // ServiceStartTypePManual is a pointer to ServiceStartTypeVManual + ServiceStartTypePManual = &_ServiceStartTypePManual + // ServiceStartTypePAutomatic is a pointer to ServiceStartTypeVAutomatic + ServiceStartTypePAutomatic = &_ServiceStartTypePAutomatic + // ServiceStartTypePDisabled is a pointer to ServiceStartTypeVDisabled + ServiceStartTypePDisabled = &_ServiceStartTypePDisabled +) + +var ( + _ServiceStartTypePManual = ServiceStartTypeVManual + _ServiceStartTypePAutomatic = ServiceStartTypeVAutomatic + _ServiceStartTypePDisabled = ServiceStartTypeVDisabled +) -- cgit v1.2.3