Skip to content

Commit

Permalink
cmd/definitions: Add a new type byte_array (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Apr 21, 2021
1 parent f4c155a commit 4de248a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/definitions/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ var typeMap = map[string]string{
"http_client_options": "*httpclient.Options",

// Compose types
"byte_array": "[]byte",
"string_array": "[]string",
"string_string_map": "map[string]string",
"time": "time.Time",
Expand Down

0 comments on commit 4de248a

Please sign in to comment.