From f8ef53481d9ca13ec97ed2e23cf32b00c693f98b Mon Sep 17 00:00:00 2001 From: Max Korp Date: Mon, 20 Aug 2018 14:51:57 -0700 Subject: [PATCH] go generate --- client/management/v3/zz_generated_token.go | 2 ++ client/management/v3public/zz_generated_token.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/client/management/v3/zz_generated_token.go b/client/management/v3/zz_generated_token.go index 37296e34..151d3ea7 100644 --- a/client/management/v3/zz_generated_token.go +++ b/client/management/v3/zz_generated_token.go @@ -10,6 +10,7 @@ const ( TokenFieldAuthProvider = "authProvider" TokenFieldCreated = "created" TokenFieldCreatorID = "creatorId" + TokenFieldCurrent = "current" TokenFieldDescription = "description" TokenFieldExpired = "expired" TokenFieldExpiresAt = "expiresAt" @@ -34,6 +35,7 @@ type Token struct { AuthProvider string `json:"authProvider,omitempty" yaml:"authProvider,omitempty"` Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` + Current bool `json:"current,omitempty" yaml:"current,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` Expired bool `json:"expired,omitempty" yaml:"expired,omitempty"` ExpiresAt string `json:"expiresAt,omitempty" yaml:"expiresAt,omitempty"` diff --git a/client/management/v3public/zz_generated_token.go b/client/management/v3public/zz_generated_token.go index 29eb5cf9..b43225ca 100644 --- a/client/management/v3public/zz_generated_token.go +++ b/client/management/v3public/zz_generated_token.go @@ -6,6 +6,7 @@ const ( TokenFieldAuthProvider = "authProvider" TokenFieldCreated = "created" TokenFieldCreatorID = "creatorId" + TokenFieldCurrent = "current" TokenFieldDescription = "description" TokenFieldExpired = "expired" TokenFieldExpiresAt = "expiresAt" @@ -29,6 +30,7 @@ type Token struct { AuthProvider string `json:"authProvider,omitempty" yaml:"authProvider,omitempty"` Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` + Current bool `json:"current,omitempty" yaml:"current,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` Expired bool `json:"expired,omitempty" yaml:"expired,omitempty"` ExpiresAt string `json:"expiresAt,omitempty" yaml:"expiresAt,omitempty"`