mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 03:02:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
30
vendor/github.com/yaegashi/msgraph.go/beta/EnumChannel.go
generated
vendored
Normal file
30
vendor/github.com/yaegashi/msgraph.go/beta/EnumChannel.go
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// ChannelMembershipType undocumented
|
||||
type ChannelMembershipType string
|
||||
|
||||
const (
|
||||
// ChannelMembershipTypeVStandard undocumented
|
||||
ChannelMembershipTypeVStandard ChannelMembershipType = "standard"
|
||||
// ChannelMembershipTypeVPrivate undocumented
|
||||
ChannelMembershipTypeVPrivate ChannelMembershipType = "private"
|
||||
// ChannelMembershipTypeVUnknownFutureValue undocumented
|
||||
ChannelMembershipTypeVUnknownFutureValue ChannelMembershipType = "unknownFutureValue"
|
||||
)
|
||||
|
||||
var (
|
||||
// ChannelMembershipTypePStandard is a pointer to ChannelMembershipTypeVStandard
|
||||
ChannelMembershipTypePStandard = &_ChannelMembershipTypePStandard
|
||||
// ChannelMembershipTypePPrivate is a pointer to ChannelMembershipTypeVPrivate
|
||||
ChannelMembershipTypePPrivate = &_ChannelMembershipTypePPrivate
|
||||
// ChannelMembershipTypePUnknownFutureValue is a pointer to ChannelMembershipTypeVUnknownFutureValue
|
||||
ChannelMembershipTypePUnknownFutureValue = &_ChannelMembershipTypePUnknownFutureValue
|
||||
)
|
||||
|
||||
var (
|
||||
_ChannelMembershipTypePStandard = ChannelMembershipTypeVStandard
|
||||
_ChannelMembershipTypePPrivate = ChannelMembershipTypeVPrivate
|
||||
_ChannelMembershipTypePUnknownFutureValue = ChannelMembershipTypeVUnknownFutureValue
|
||||
)
|
Reference in New Issue
Block a user