Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
25
vendor/github.com/yaegashi/msgraph.go/beta/EnumAgent.go
generated
vendored
Normal file
25
vendor/github.com/yaegashi/msgraph.go/beta/EnumAgent.go
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// AgentStatus undocumented
|
||||
type AgentStatus string
|
||||
|
||||
const (
|
||||
// AgentStatusVActive undocumented
|
||||
AgentStatusVActive AgentStatus = "active"
|
||||
// AgentStatusVInactive undocumented
|
||||
AgentStatusVInactive AgentStatus = "inactive"
|
||||
)
|
||||
|
||||
var (
|
||||
// AgentStatusPActive is a pointer to AgentStatusVActive
|
||||
AgentStatusPActive = &_AgentStatusPActive
|
||||
// AgentStatusPInactive is a pointer to AgentStatusVInactive
|
||||
AgentStatusPInactive = &_AgentStatusPInactive
|
||||
)
|
||||
|
||||
var (
|
||||
_AgentStatusPActive = AgentStatusVActive
|
||||
_AgentStatusPInactive = AgentStatusVInactive
|
||||
)
|
||||
Reference in New Issue
Block a user