Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.4.0" // x-release-please-version
Variables ¶
View Source
var (
Command *cli.Command
)
View Source
var OutputFormats = []string{"auto", "explore", "json", "jsonl", "pretty", "raw", "yaml"}
Functions ¶
Types ¶
type BodyContentType ¶ added in v0.3.0
type BodyContentType int
const ( EmptyBody BodyContentType = iota MultipartFormEncoded ApplicationJSON ApplicationOctetStream )
Click to show internal directories.
Click to hide internal directories.