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/EnumPriority.go
generated
vendored
Normal file
30
vendor/github.com/yaegashi/msgraph.go/beta/EnumPriority.go
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// Priority undocumented
|
||||
type Priority string
|
||||
|
||||
const (
|
||||
// PriorityVNone undocumented
|
||||
PriorityVNone Priority = "None"
|
||||
// PriorityVHigh undocumented
|
||||
PriorityVHigh Priority = "High"
|
||||
// PriorityVLow undocumented
|
||||
PriorityVLow Priority = "Low"
|
||||
)
|
||||
|
||||
var (
|
||||
// PriorityPNone is a pointer to PriorityVNone
|
||||
PriorityPNone = &_PriorityPNone
|
||||
// PriorityPHigh is a pointer to PriorityVHigh
|
||||
PriorityPHigh = &_PriorityPHigh
|
||||
// PriorityPLow is a pointer to PriorityVLow
|
||||
PriorityPLow = &_PriorityPLow
|
||||
)
|
||||
|
||||
var (
|
||||
_PriorityPNone = PriorityVNone
|
||||
_PriorityPHigh = PriorityVHigh
|
||||
_PriorityPLow = PriorityVLow
|
||||
)
|
||||
Reference in New Issue
Block a user