Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientTimeoutDuration = 5 * time.Minute
Functions ¶
func NewRootCmd ¶ added in v0.0.3
func RunLocalClient ¶ added in v0.0.3
func RunLocalClient() error
Types ¶
type CodeResponse ¶
type LocalServer ¶
type LocalServer struct { ResultChan chan CodeResponse // contains filtered or unexported fields }
type TokenTransport ¶
type TokenTransport struct { Token string Transport http.RoundTripper }
Click to show internal directories.
Click to hide internal directories.