Documentation ¶
Index ¶
Constants ¶
View Source
const ( INFRA_HIDDEN_DIR = ".infra" CLIENT_DIR = "client" )
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 }
Click to show internal directories.
Click to hide internal directories.