summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-03-08 17:08:18 +0100
committerGitHub <noreply@github.com>2020-03-08 17:08:18 +0100
commit9785edd26366be8eb11c2435f50f90a5c8eea7fc (patch)
treee8e236b5b273e7535c607507cc059f3b957068a1 /vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go
parent2a0bc11b684f63305258e338c5f1d0e91eb24414 (diff)
downloadmatterbridge-msglm-9785edd26366be8eb11c2435f50f90a5c8eea7fc.tar.gz
matterbridge-msglm-9785edd26366be8eb11c2435f50f90a5c8eea7fc.tar.bz2
matterbridge-msglm-9785edd26366be8eb11c2435f50f90a5c8eea7fc.zip
Remove replace directives and use own fork to make go get work again (#1028)
See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go177
1 files changed, 0 insertions, 177 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go
deleted file mode 100644
index 04bc2286..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/MiracastChannelEnum.go
+++ /dev/null
@@ -1,177 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MiracastChannel undocumented
-type MiracastChannel int
-
-const (
- // MiracastChannelVUserDefined undocumented
- MiracastChannelVUserDefined MiracastChannel = 0
- // MiracastChannelVOne undocumented
- MiracastChannelVOne MiracastChannel = 1
- // MiracastChannelVTwo undocumented
- MiracastChannelVTwo MiracastChannel = 2
- // MiracastChannelVThree undocumented
- MiracastChannelVThree MiracastChannel = 3
- // MiracastChannelVFour undocumented
- MiracastChannelVFour MiracastChannel = 4
- // MiracastChannelVFive undocumented
- MiracastChannelVFive MiracastChannel = 5
- // MiracastChannelVSix undocumented
- MiracastChannelVSix MiracastChannel = 6
- // MiracastChannelVSeven undocumented
- MiracastChannelVSeven MiracastChannel = 7
- // MiracastChannelVEight undocumented
- MiracastChannelVEight MiracastChannel = 8
- // MiracastChannelVNine undocumented
- MiracastChannelVNine MiracastChannel = 9
- // MiracastChannelVTen undocumented
- MiracastChannelVTen MiracastChannel = 10
- // MiracastChannelVEleven undocumented
- MiracastChannelVEleven MiracastChannel = 11
- // MiracastChannelVThirtySix undocumented
- MiracastChannelVThirtySix MiracastChannel = 36
- // MiracastChannelVForty undocumented
- MiracastChannelVForty MiracastChannel = 40
- // MiracastChannelVFortyFour undocumented
- MiracastChannelVFortyFour MiracastChannel = 44
- // MiracastChannelVFortyEight undocumented
- MiracastChannelVFortyEight MiracastChannel = 48
- // MiracastChannelVOneHundredFortyNine undocumented
- MiracastChannelVOneHundredFortyNine MiracastChannel = 149
- // MiracastChannelVOneHundredFiftyThree undocumented
- MiracastChannelVOneHundredFiftyThree MiracastChannel = 153
- // MiracastChannelVOneHundredFiftySeven undocumented
- MiracastChannelVOneHundredFiftySeven MiracastChannel = 157
- // MiracastChannelVOneHundredSixtyOne undocumented
- MiracastChannelVOneHundredSixtyOne MiracastChannel = 161
- // MiracastChannelVOneHundredSixtyFive undocumented
- MiracastChannelVOneHundredSixtyFive MiracastChannel = 165
-)
-
-// MiracastChannelPUserDefined returns a pointer to MiracastChannelVUserDefined
-func MiracastChannelPUserDefined() *MiracastChannel {
- v := MiracastChannelVUserDefined
- return &v
-}
-
-// MiracastChannelPOne returns a pointer to MiracastChannelVOne
-func MiracastChannelPOne() *MiracastChannel {
- v := MiracastChannelVOne
- return &v
-}
-
-// MiracastChannelPTwo returns a pointer to MiracastChannelVTwo
-func MiracastChannelPTwo() *MiracastChannel {
- v := MiracastChannelVTwo
- return &v
-}
-
-// MiracastChannelPThree returns a pointer to MiracastChannelVThree
-func MiracastChannelPThree() *MiracastChannel {
- v := MiracastChannelVThree
- return &v
-}
-
-// MiracastChannelPFour returns a pointer to MiracastChannelVFour
-func MiracastChannelPFour() *MiracastChannel {
- v := MiracastChannelVFour
- return &v
-}
-
-// MiracastChannelPFive returns a pointer to MiracastChannelVFive
-func MiracastChannelPFive() *MiracastChannel {
- v := MiracastChannelVFive
- return &v
-}
-
-// MiracastChannelPSix returns a pointer to MiracastChannelVSix
-func MiracastChannelPSix() *MiracastChannel {
- v := MiracastChannelVSix
- return &v
-}
-
-// MiracastChannelPSeven returns a pointer to MiracastChannelVSeven
-func MiracastChannelPSeven() *MiracastChannel {
- v := MiracastChannelVSeven
- return &v
-}
-
-// MiracastChannelPEight returns a pointer to MiracastChannelVEight
-func MiracastChannelPEight() *MiracastChannel {
- v := MiracastChannelVEight
- return &v
-}
-
-// MiracastChannelPNine returns a pointer to MiracastChannelVNine
-func MiracastChannelPNine() *MiracastChannel {
- v := MiracastChannelVNine
- return &v
-}
-
-// MiracastChannelPTen returns a pointer to MiracastChannelVTen
-func MiracastChannelPTen() *MiracastChannel {
- v := MiracastChannelVTen
- return &v
-}
-
-// MiracastChannelPEleven returns a pointer to MiracastChannelVEleven
-func MiracastChannelPEleven() *MiracastChannel {
- v := MiracastChannelVEleven
- return &v
-}
-
-// MiracastChannelPThirtySix returns a pointer to MiracastChannelVThirtySix
-func MiracastChannelPThirtySix() *MiracastChannel {
- v := MiracastChannelVThirtySix
- return &v
-}
-
-// MiracastChannelPForty returns a pointer to MiracastChannelVForty
-func MiracastChannelPForty() *MiracastChannel {
- v := MiracastChannelVForty
- return &v
-}
-
-// MiracastChannelPFortyFour returns a pointer to MiracastChannelVFortyFour
-func MiracastChannelPFortyFour() *MiracastChannel {
- v := MiracastChannelVFortyFour
- return &v
-}
-
-// MiracastChannelPFortyEight returns a pointer to MiracastChannelVFortyEight
-func MiracastChannelPFortyEight() *MiracastChannel {
- v := MiracastChannelVFortyEight
- return &v
-}
-
-// MiracastChannelPOneHundredFortyNine returns a pointer to MiracastChannelVOneHundredFortyNine
-func MiracastChannelPOneHundredFortyNine() *MiracastChannel {
- v := MiracastChannelVOneHundredFortyNine
- return &v
-}
-
-// MiracastChannelPOneHundredFiftyThree returns a pointer to MiracastChannelVOneHundredFiftyThree
-func MiracastChannelPOneHundredFiftyThree() *MiracastChannel {
- v := MiracastChannelVOneHundredFiftyThree
- return &v
-}
-
-// MiracastChannelPOneHundredFiftySeven returns a pointer to MiracastChannelVOneHundredFiftySeven
-func MiracastChannelPOneHundredFiftySeven() *MiracastChannel {
- v := MiracastChannelVOneHundredFiftySeven
- return &v
-}
-
-// MiracastChannelPOneHundredSixtyOne returns a pointer to MiracastChannelVOneHundredSixtyOne
-func MiracastChannelPOneHundredSixtyOne() *MiracastChannel {
- v := MiracastChannelVOneHundredSixtyOne
- return &v
-}
-
-// MiracastChannelPOneHundredSixtyFive returns a pointer to MiracastChannelVOneHundredSixtyFive
-func MiracastChannelPOneHundredSixtyFive() *MiracastChannel {
- v := MiracastChannelVOneHundredSixtyFive
- return &v
-}