Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.1.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
¶
- address.go
- broadcast.go
- broadcastcontact.go
- cmd.go
- cmdutil.go
- cmdutil_unix.go
- contact.go
- flagoptions.go
- introspect.go
- message.go
- phonenumber.go
- regulatorydocument.go
- sender.go
- senderagent.go
- senderagentexecution.go
- senderagentflow.go
- senderagentknowledgebase.go
- senderagentknowledgebasedocument.go
- senderagenttool.go
- suggest.go
- template.go
- version.go
Click to show internal directories.
Click to hide internal directories.