client/buildType.go (
7
lines of code) (
raw
):
package client type BuildTypes struct { BuildType []BuildType `json:"buildType"` } type BuildType struct { Id string `json:"id"` }