forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
49
vendor/github.com/yaegashi/msgraph.go/beta/EdgeOpenOptionsEnum.go
generated
vendored
Normal file
49
vendor/github.com/yaegashi/msgraph.go/beta/EdgeOpenOptionsEnum.go
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// EdgeOpenOptions undocumented
|
||||
type EdgeOpenOptions int
|
||||
|
||||
const (
|
||||
// EdgeOpenOptionsVNotConfigured undocumented
|
||||
EdgeOpenOptionsVNotConfigured EdgeOpenOptions = 0
|
||||
// EdgeOpenOptionsVStartPage undocumented
|
||||
EdgeOpenOptionsVStartPage EdgeOpenOptions = 1
|
||||
// EdgeOpenOptionsVNewTabPage undocumented
|
||||
EdgeOpenOptionsVNewTabPage EdgeOpenOptions = 2
|
||||
// EdgeOpenOptionsVPreviousPages undocumented
|
||||
EdgeOpenOptionsVPreviousPages EdgeOpenOptions = 3
|
||||
// EdgeOpenOptionsVSpecificPages undocumented
|
||||
EdgeOpenOptionsVSpecificPages EdgeOpenOptions = 4
|
||||
)
|
||||
|
||||
// EdgeOpenOptionsPNotConfigured returns a pointer to EdgeOpenOptionsVNotConfigured
|
||||
func EdgeOpenOptionsPNotConfigured() *EdgeOpenOptions {
|
||||
v := EdgeOpenOptionsVNotConfigured
|
||||
return &v
|
||||
}
|
||||
|
||||
// EdgeOpenOptionsPStartPage returns a pointer to EdgeOpenOptionsVStartPage
|
||||
func EdgeOpenOptionsPStartPage() *EdgeOpenOptions {
|
||||
v := EdgeOpenOptionsVStartPage
|
||||
return &v
|
||||
}
|
||||
|
||||
// EdgeOpenOptionsPNewTabPage returns a pointer to EdgeOpenOptionsVNewTabPage
|
||||
func EdgeOpenOptionsPNewTabPage() *EdgeOpenOptions {
|
||||
v := EdgeOpenOptionsVNewTabPage
|
||||
return &v
|
||||
}
|
||||
|
||||
// EdgeOpenOptionsPPreviousPages returns a pointer to EdgeOpenOptionsVPreviousPages
|
||||
func EdgeOpenOptionsPPreviousPages() *EdgeOpenOptions {
|
||||
v := EdgeOpenOptionsVPreviousPages
|
||||
return &v
|
||||
}
|
||||
|
||||
// EdgeOpenOptionsPSpecificPages returns a pointer to EdgeOpenOptionsVSpecificPages
|
||||
func EdgeOpenOptionsPSpecificPages() *EdgeOpenOptions {
|
||||
v := EdgeOpenOptionsVSpecificPages
|
||||
return &v
|
||||
}
|
||||
Reference in New Issue
Block a user