Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "3.1.3" // 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
¶
- audience.go
- auditevent.go
- auth.go
- automation.go
- automationinvoke.go
- brand.go
- bulk.go
- cmd.go
- cmdutil.go
- cmdutil_unix.go
- flagoptions.go
- inbound.go
- list.go
- listsubscription.go
- message.go
- notification.go
- notificationcheck.go
- notificationdraft.go
- profile.go
- profilelist.go
- request.go
- send.go
- suggest.go
- tenant.go
- tenantpreferenceitem.go
- tenanttemplate.go
- tenanttemplateversion.go
- translation.go
- userpreference.go
- usertenant.go
- usertoken.go
- version.go
Click to show internal directories.
Click to hide internal directories.