diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAgreement.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAgreement.go | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAgreement.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAgreement.go new file mode 100644 index 0000000..8091ee8 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAgreement.go @@ -0,0 +1,25 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +// AgreementAcceptanceState undocumented +type AgreementAcceptanceState string + +const ( + // AgreementAcceptanceStateVAccepted undocumented + AgreementAcceptanceStateVAccepted AgreementAcceptanceState = "accepted" + // AgreementAcceptanceStateVDeclined undocumented + AgreementAcceptanceStateVDeclined AgreementAcceptanceState = "declined" +) + +var ( + // AgreementAcceptanceStatePAccepted is a pointer to AgreementAcceptanceStateVAccepted + AgreementAcceptanceStatePAccepted = &_AgreementAcceptanceStatePAccepted + // AgreementAcceptanceStatePDeclined is a pointer to AgreementAcceptanceStateVDeclined + AgreementAcceptanceStatePDeclined = &_AgreementAcceptanceStatePDeclined +) + +var ( + _AgreementAcceptanceStatePAccepted = AgreementAcceptanceStateVAccepted + _AgreementAcceptanceStatePDeclined = AgreementAcceptanceStateVDeclined +) |
