diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchInsertPositionEnum.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchInsertPositionEnum.go | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchInsertPositionEnum.go b/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchInsertPositionEnum.go deleted file mode 100644 index de5c3c08..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchInsertPositionEnum.go +++ /dev/null @@ -1,25 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// OnenotePatchInsertPosition undocumented -type OnenotePatchInsertPosition int - -const ( - // OnenotePatchInsertPositionVAfter undocumented - OnenotePatchInsertPositionVAfter OnenotePatchInsertPosition = 0 - // OnenotePatchInsertPositionVBefore undocumented - OnenotePatchInsertPositionVBefore OnenotePatchInsertPosition = 1 -) - -// OnenotePatchInsertPositionPAfter returns a pointer to OnenotePatchInsertPositionVAfter -func OnenotePatchInsertPositionPAfter() *OnenotePatchInsertPosition { - v := OnenotePatchInsertPositionVAfter - return &v -} - -// OnenotePatchInsertPositionPBefore returns a pointer to OnenotePatchInsertPositionVBefore -func OnenotePatchInsertPositionPBefore() *OnenotePatchInsertPosition { - v := OnenotePatchInsertPositionVBefore - return &v -} |