forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
50
vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go
generated
vendored
Normal file
50
vendor/github.com/yaegashi/msgraph.go/beta/EnumQuarantine.go
generated
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// QuarantineReason undocumented
|
||||
type QuarantineReason string
|
||||
|
||||
const (
|
||||
// QuarantineReasonVEncounteredBaseEscrowThreshold undocumented
|
||||
QuarantineReasonVEncounteredBaseEscrowThreshold QuarantineReason = "EncounteredBaseEscrowThreshold"
|
||||
// QuarantineReasonVEncounteredTotalEscrowThreshold undocumented
|
||||
QuarantineReasonVEncounteredTotalEscrowThreshold QuarantineReason = "EncounteredTotalEscrowThreshold"
|
||||
// QuarantineReasonVEncounteredEscrowProportionThreshold undocumented
|
||||
QuarantineReasonVEncounteredEscrowProportionThreshold QuarantineReason = "EncounteredEscrowProportionThreshold"
|
||||
// QuarantineReasonVEncounteredQuarantineException undocumented
|
||||
QuarantineReasonVEncounteredQuarantineException QuarantineReason = "EncounteredQuarantineException"
|
||||
// QuarantineReasonVUnknown undocumented
|
||||
QuarantineReasonVUnknown QuarantineReason = "Unknown"
|
||||
// QuarantineReasonVQuarantinedOnDemand undocumented
|
||||
QuarantineReasonVQuarantinedOnDemand QuarantineReason = "QuarantinedOnDemand"
|
||||
// QuarantineReasonVTooManyDeletes undocumented
|
||||
QuarantineReasonVTooManyDeletes QuarantineReason = "TooManyDeletes"
|
||||
)
|
||||
|
||||
var (
|
||||
// QuarantineReasonPEncounteredBaseEscrowThreshold is a pointer to QuarantineReasonVEncounteredBaseEscrowThreshold
|
||||
QuarantineReasonPEncounteredBaseEscrowThreshold = &_QuarantineReasonPEncounteredBaseEscrowThreshold
|
||||
// QuarantineReasonPEncounteredTotalEscrowThreshold is a pointer to QuarantineReasonVEncounteredTotalEscrowThreshold
|
||||
QuarantineReasonPEncounteredTotalEscrowThreshold = &_QuarantineReasonPEncounteredTotalEscrowThreshold
|
||||
// QuarantineReasonPEncounteredEscrowProportionThreshold is a pointer to QuarantineReasonVEncounteredEscrowProportionThreshold
|
||||
QuarantineReasonPEncounteredEscrowProportionThreshold = &_QuarantineReasonPEncounteredEscrowProportionThreshold
|
||||
// QuarantineReasonPEncounteredQuarantineException is a pointer to QuarantineReasonVEncounteredQuarantineException
|
||||
QuarantineReasonPEncounteredQuarantineException = &_QuarantineReasonPEncounteredQuarantineException
|
||||
// QuarantineReasonPUnknown is a pointer to QuarantineReasonVUnknown
|
||||
QuarantineReasonPUnknown = &_QuarantineReasonPUnknown
|
||||
// QuarantineReasonPQuarantinedOnDemand is a pointer to QuarantineReasonVQuarantinedOnDemand
|
||||
QuarantineReasonPQuarantinedOnDemand = &_QuarantineReasonPQuarantinedOnDemand
|
||||
// QuarantineReasonPTooManyDeletes is a pointer to QuarantineReasonVTooManyDeletes
|
||||
QuarantineReasonPTooManyDeletes = &_QuarantineReasonPTooManyDeletes
|
||||
)
|
||||
|
||||
var (
|
||||
_QuarantineReasonPEncounteredBaseEscrowThreshold = QuarantineReasonVEncounteredBaseEscrowThreshold
|
||||
_QuarantineReasonPEncounteredTotalEscrowThreshold = QuarantineReasonVEncounteredTotalEscrowThreshold
|
||||
_QuarantineReasonPEncounteredEscrowProportionThreshold = QuarantineReasonVEncounteredEscrowProportionThreshold
|
||||
_QuarantineReasonPEncounteredQuarantineException = QuarantineReasonVEncounteredQuarantineException
|
||||
_QuarantineReasonPUnknown = QuarantineReasonVUnknown
|
||||
_QuarantineReasonPQuarantinedOnDemand = QuarantineReasonVQuarantinedOnDemand
|
||||
_QuarantineReasonPTooManyDeletes = QuarantineReasonVTooManyDeletes
|
||||
)
|
||||
Reference in New Issue
Block a user