Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLI ¶
type CLI struct {
CompletedConfig
App *tview.Application
Root *tview.Flex
Me *apis.User
}
func New ¶
func New(cfg CompletedConfig) (*CLI, error)
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
CompletedConfig can be constructed only from Config.Complete
type KeyBinding ¶
type Options ¶
type Options struct {
Auth *auth.Options `mapstructure:"auth"`
Address string `mapstructure:"addr"`
InsecureClient bool `mapstructure:"insecure-client"`
}
func NewOptions ¶
func NewOptions() *Options
Source Files
¶
Click to show internal directories.
Click to hide internal directories.