mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 01:52:30 +00:00
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
41
vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationStatusEnum.go
generated
vendored
Normal file
41
vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationStatusEnum.go
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// ConnectionOperationStatus undocumented
|
||||
type ConnectionOperationStatus int
|
||||
|
||||
const (
|
||||
// ConnectionOperationStatusVUnspecified undocumented
|
||||
ConnectionOperationStatusVUnspecified ConnectionOperationStatus = 0
|
||||
// ConnectionOperationStatusVInprogress undocumented
|
||||
ConnectionOperationStatusVInprogress ConnectionOperationStatus = 1
|
||||
// ConnectionOperationStatusVCompleted undocumented
|
||||
ConnectionOperationStatusVCompleted ConnectionOperationStatus = 2
|
||||
// ConnectionOperationStatusVFailed undocumented
|
||||
ConnectionOperationStatusVFailed ConnectionOperationStatus = 3
|
||||
)
|
||||
|
||||
// ConnectionOperationStatusPUnspecified returns a pointer to ConnectionOperationStatusVUnspecified
|
||||
func ConnectionOperationStatusPUnspecified() *ConnectionOperationStatus {
|
||||
v := ConnectionOperationStatusVUnspecified
|
||||
return &v
|
||||
}
|
||||
|
||||
// ConnectionOperationStatusPInprogress returns a pointer to ConnectionOperationStatusVInprogress
|
||||
func ConnectionOperationStatusPInprogress() *ConnectionOperationStatus {
|
||||
v := ConnectionOperationStatusVInprogress
|
||||
return &v
|
||||
}
|
||||
|
||||
// ConnectionOperationStatusPCompleted returns a pointer to ConnectionOperationStatusVCompleted
|
||||
func ConnectionOperationStatusPCompleted() *ConnectionOperationStatus {
|
||||
v := ConnectionOperationStatusVCompleted
|
||||
return &v
|
||||
}
|
||||
|
||||
// ConnectionOperationStatusPFailed returns a pointer to ConnectionOperationStatusVFailed
|
||||
func ConnectionOperationStatusPFailed() *ConnectionOperationStatus {
|
||||
v := ConnectionOperationStatusVFailed
|
||||
return &v
|
||||
}
|
Reference in New Issue
Block a user