Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OutputFormats ¶ added in v0.4.0
func OutputFormats() []string
func SupportedOutputFormat ¶ added in v0.4.0
Types ¶
type Cli ¶
func (*Cli) DeleteLabel ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
func New(labels LabelsService) *Client
func (*Client) CreateOrUpdateLabel ¶ added in v0.4.0
func (*Client) DeleteLabel ¶
type Labels ¶
type Labels []Label
func ReadLabels ¶ added in v0.4.0
func ReadLabels(format OutputFormat, r io.Reader) (Labels, error)
type LabelsService ¶
type Mock ¶
func (*Mock) DeleteLabel ¶
type OutputFormat ¶ added in v0.4.0
type OutputFormat string
const ( CSV OutputFormat = "csv" JSON OutputFormat = "json" )
Click to show internal directories.
Click to hide internal directories.