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:
40
vendor/github.com/yaegashi/msgraph.go/beta/EnumStatus.go
generated
vendored
Normal file
40
vendor/github.com/yaegashi/msgraph.go/beta/EnumStatus.go
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// Status undocumented
|
||||
type Status string
|
||||
|
||||
const (
|
||||
// StatusVActive undocumented
|
||||
StatusVActive Status = "active"
|
||||
// StatusVUpdated undocumented
|
||||
StatusVUpdated Status = "updated"
|
||||
// StatusVDeleted undocumented
|
||||
StatusVDeleted Status = "deleted"
|
||||
// StatusVIgnored undocumented
|
||||
StatusVIgnored Status = "ignored"
|
||||
// StatusVUnknownFutureValue undocumented
|
||||
StatusVUnknownFutureValue Status = "unknownFutureValue"
|
||||
)
|
||||
|
||||
var (
|
||||
// StatusPActive is a pointer to StatusVActive
|
||||
StatusPActive = &_StatusPActive
|
||||
// StatusPUpdated is a pointer to StatusVUpdated
|
||||
StatusPUpdated = &_StatusPUpdated
|
||||
// StatusPDeleted is a pointer to StatusVDeleted
|
||||
StatusPDeleted = &_StatusPDeleted
|
||||
// StatusPIgnored is a pointer to StatusVIgnored
|
||||
StatusPIgnored = &_StatusPIgnored
|
||||
// StatusPUnknownFutureValue is a pointer to StatusVUnknownFutureValue
|
||||
StatusPUnknownFutureValue = &_StatusPUnknownFutureValue
|
||||
)
|
||||
|
||||
var (
|
||||
_StatusPActive = StatusVActive
|
||||
_StatusPUpdated = StatusVUpdated
|
||||
_StatusPDeleted = StatusVDeleted
|
||||
_StatusPIgnored = StatusVIgnored
|
||||
_StatusPUnknownFutureValue = StatusVUnknownFutureValue
|
||||
)
|
Reference in New Issue
Block a user