Documentation
¶
Index ¶
Constants ¶
View Source
const ( ScopeWorkItems = "workitems" ScopeRepos = "repos" ScopePRs = "prs" )
Variables ¶
This section is empty.
Functions ¶
func SetVersion ¶ added in v0.1.3
func SetVersion(version string)
Types ¶
type Capabilities ¶
type Capabilities struct {
Version string `json:"version"`
Commands map[string]CommandInfo `json:"commands"`
GlobalOpts GlobalOpts `json:"globalOptions"`
}
func GetCapabilities ¶
func GetCapabilities() Capabilities
type CommandInfo ¶
type GlobalOpts ¶
type OutputFormat ¶
type OutputFormat string
const ( FormatTable OutputFormat = "table" FormatJSON OutputFormat = "json" FormatYAML OutputFormat = "yaml" FormatMarkdown OutputFormat = "markdown" )
func (*OutputFormat) Set ¶
func (f *OutputFormat) Set(value string) error
func (*OutputFormat) String ¶
func (f *OutputFormat) String() string
func (*OutputFormat) Type ¶
func (f *OutputFormat) Type() string
Click to show internal directories.
Click to hide internal directories.