Skip to content

Commit 6718ed5

Browse files
committed
style: move AllowedValues to end of APIArg
1 parent fdd8a90 commit 6718ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ type APIArg struct {
4242
Name string
4343
Type string
4444
Related []string
45-
AllowedValues []string
4645
Description string
4746
Required bool
4847
Length int
48+
AllowedValues []string
4949
}
5050

5151
// API describes a CloudStack API

0 commit comments

Comments
 (0)