Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.5.0" // x-release-please-version
Variables ¶
View Source
var ( Command *cli.Command CommandErrorBuffer bytes.Buffer )
View Source
var OutputFormats = []string{"auto", "explore", "json", "jsonl", "pretty", "raw", "yaml"}
Functions ¶
Types ¶
type BodyContentType ¶
type BodyContentType int
const ( EmptyBody BodyContentType = iota MultipartFormEncoded ApplicationJSON ApplicationOctetStream )
type FileEmbedStyle ¶
type FileEmbedStyle int
const ( EmbedText FileEmbedStyle = iota EmbedIOReader )
type HasRawJSON ¶
type HasRawJSON interface {
RawJSON() string
}
Source Files
¶
- cmd.go
- cmdutil.go
- cmdutil_unix.go
- flagoptions.go
- suggest.go
- v1addon.go
- v1addonentitlement.go
- v1coupon.go
- v1customer.go
- v1customerpaymentmethod.go
- v1customerpromotionalentitlement.go
- v1event.go
- v1eventcredit.go
- v1eventcreditgrant.go
- v1feature.go
- v1plan.go
- v1planentitlement.go
- v1product.go
- v1subscription.go
- v1subscriptionfutureupdate.go
- v1subscriptioninvoice.go
- v1subscriptionusage.go
- v1usage.go
- version.go
Click to show internal directories.
Click to hide internal directories.