forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
30
vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go
generated
vendored
Normal file
30
vendor/github.com/yaegashi/msgraph.go/beta/EnumFeature.go
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
// Code generated by msgraph-generate.go 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
|
||||
)
|
||||
Reference in New Issue
Block a user