Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.6.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 ¶ added in v0.3.0
type BodyContentType int
const ( EmptyBody BodyContentType = iota MultipartFormEncoded ApplicationJSON ApplicationOctetStream )
type FileEmbedStyle ¶ added in v0.6.0
type FileEmbedStyle int
const ( EmbedText FileEmbedStyle = iota EmbedIOReader )
type HasRawJSON ¶ added in v0.6.0
type HasRawJSON interface {
RawJSON() string
}
Click to show internal directories.
Click to hide internal directories.