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