summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ContentFormatEnum.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ContentFormatEnum.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ContentFormatEnum.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ContentFormatEnum.go b/vendor/github.com/yaegashi/msgraph.go/beta/ContentFormatEnum.go
deleted file mode 100644
index 2bd410b4..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ContentFormatEnum.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ContentFormat undocumented
-type ContentFormat int
-
-const (
- // ContentFormatVDefault undocumented
- ContentFormatVDefault ContentFormat = 0
- // ContentFormatVEmail undocumented
- ContentFormatVEmail ContentFormat = 1
-)
-
-// ContentFormatPDefault returns a pointer to ContentFormatVDefault
-func ContentFormatPDefault() *ContentFormat {
- v := ContentFormatVDefault
- return &v
-}
-
-// ContentFormatPEmail returns a pointer to ContentFormatVEmail
-func ContentFormatPEmail() *ContentFormat {
- v := ContentFormatVEmail
- return &v
-}