5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 11:22:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumEntry.go

73 lines
2.8 KiB
Go
Raw Normal View History

2020-09-04 21:29:13 +00:00
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// EntryExportStatus undocumented
type EntryExportStatus string
const (
// EntryExportStatusVNoop undocumented
EntryExportStatusVNoop EntryExportStatus = "Noop"
// EntryExportStatusVSuccess undocumented
EntryExportStatusVSuccess EntryExportStatus = "Success"
// EntryExportStatusVRetryableError undocumented
EntryExportStatusVRetryableError EntryExportStatus = "RetryableError"
// EntryExportStatusVPermanentError undocumented
EntryExportStatusVPermanentError EntryExportStatus = "PermanentError"
// EntryExportStatusVError undocumented
EntryExportStatusVError EntryExportStatus = "Error"
)
var (
// EntryExportStatusPNoop is a pointer to EntryExportStatusVNoop
EntryExportStatusPNoop = &_EntryExportStatusPNoop
// EntryExportStatusPSuccess is a pointer to EntryExportStatusVSuccess
EntryExportStatusPSuccess = &_EntryExportStatusPSuccess
// EntryExportStatusPRetryableError is a pointer to EntryExportStatusVRetryableError
EntryExportStatusPRetryableError = &_EntryExportStatusPRetryableError
// EntryExportStatusPPermanentError is a pointer to EntryExportStatusVPermanentError
EntryExportStatusPPermanentError = &_EntryExportStatusPPermanentError
// EntryExportStatusPError is a pointer to EntryExportStatusVError
EntryExportStatusPError = &_EntryExportStatusPError
)
var (
_EntryExportStatusPNoop = EntryExportStatusVNoop
_EntryExportStatusPSuccess = EntryExportStatusVSuccess
_EntryExportStatusPRetryableError = EntryExportStatusVRetryableError
_EntryExportStatusPPermanentError = EntryExportStatusVPermanentError
_EntryExportStatusPError = EntryExportStatusVError
)
// EntrySyncOperation undocumented
type EntrySyncOperation string
const (
// EntrySyncOperationVNone undocumented
EntrySyncOperationVNone EntrySyncOperation = "None"
// EntrySyncOperationVAdd undocumented
EntrySyncOperationVAdd EntrySyncOperation = "Add"
// EntrySyncOperationVDelete undocumented
EntrySyncOperationVDelete EntrySyncOperation = "Delete"
// EntrySyncOperationVUpdate undocumented
EntrySyncOperationVUpdate EntrySyncOperation = "Update"
)
var (
// EntrySyncOperationPNone is a pointer to EntrySyncOperationVNone
EntrySyncOperationPNone = &_EntrySyncOperationPNone
// EntrySyncOperationPAdd is a pointer to EntrySyncOperationVAdd
EntrySyncOperationPAdd = &_EntrySyncOperationPAdd
// EntrySyncOperationPDelete is a pointer to EntrySyncOperationVDelete
EntrySyncOperationPDelete = &_EntrySyncOperationPDelete
// EntrySyncOperationPUpdate is a pointer to EntrySyncOperationVUpdate
EntrySyncOperationPUpdate = &_EntrySyncOperationPUpdate
)
var (
_EntrySyncOperationPNone = EntrySyncOperationVNone
_EntrySyncOperationPAdd = EntrySyncOperationVAdd
_EntrySyncOperationPDelete = EntrySyncOperationVDelete
_EntrySyncOperationPUpdate = EntrySyncOperationVUpdate
)