Add a FAKE API change to test codegen verification in CI

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-08-11 11:19:34 -04:00
parent 745775bf4b
commit 28a500fce9
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413

View File

@ -46,6 +46,8 @@ type User struct {
// Identity Provider groups for authenticated user.
Groups []string
FavoriteColor string
}
type LoginRequestStatus struct {