Update for build

This commit is contained in:
Naveen Gogineni
2022-08-16 10:00:44 -04:00
parent ff23fe0b4c
commit faf75f6960
3 changed files with 3 additions and 112 deletions

View File

@@ -230,8 +230,9 @@ type FlagTypeConfig struct {
}
type FlagStructField struct {
Name string
Type string
Name string
Type string
Pointer bool
}
type FlagType struct {