diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go new file mode 100644 index 0000000..27063d4 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go @@ -0,0 +1,30 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +// FeatureType undocumented +type FeatureType string + +const ( + // FeatureTypeVRegistration undocumented + FeatureTypeVRegistration FeatureType = "registration" + // FeatureTypeVReset undocumented + FeatureTypeVReset FeatureType = "reset" + // FeatureTypeVUnknownFutureValue undocumented + FeatureTypeVUnknownFutureValue FeatureType = "unknownFutureValue" +) + +var ( + // FeatureTypePRegistration is a pointer to FeatureTypeVRegistration + FeatureTypePRegistration = &_FeatureTypePRegistration + // FeatureTypePReset is a pointer to FeatureTypeVReset + FeatureTypePReset = &_FeatureTypePReset + // FeatureTypePUnknownFutureValue is a pointer to FeatureTypeVUnknownFutureValue + FeatureTypePUnknownFutureValue = &_FeatureTypePUnknownFutureValue +) + +var ( + _FeatureTypePRegistration = FeatureTypeVRegistration + _FeatureTypePReset = FeatureTypeVReset + _FeatureTypePUnknownFutureValue = FeatureTypeVUnknownFutureValue +) |
