Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
func Dial(cmd *cobra.Command) (api.ControlClient, error)
Dial establishes a connection and creates a client. It infers connection parameters from CLI options.
func FprintfIfNotEmpty ¶
FprintfIfNotEmpty prints only if `s` is not empty.
NOTE(stevvooe): Not even remotely a printf function.. doesn't take args.
func PrintHeader ¶
PrintHeader prints a nice little header.
func TimestampAgo ¶
TimestampAgo returns a relatime time string from a timestamp (e.g. "12 seconds ago").
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver provides ID to Name resolution.
func NewResolver ¶
func NewResolver(cmd *cobra.Command, c api.ControlClient) *Resolver
NewResolver creates a new Resolver.
Click to show internal directories.
Click to hide internal directories.