Versions in this module Expand all Collapse all v0 v0.3.0 May 11, 2018 Changes in this version + func Execute(opts ...CommandOption) error + func NewMeta(conf Config, opts ...MetaOption) *cobra.Command + func NewTail(conf Config, opts ...TailOption) *cobra.Command + type Command interface + SetOutput func(io.Writer) + type CommandOption func(c Command) + func WithOutput(out io.Writer) CommandOption + type Config struct + Addr string + SkipAuth bool + func BuildConfig() (Config, error) + type Meta struct + type MetaOption func(*Meta) + func WithMetaNoHeaders() MetaOption + func WithMetaTimeout(d time.Duration) MetaOption + type Tail struct + type TailOption func(*Tail) + func WithTailNoHeaders() TailOption + func WithTailTimeout(d time.Duration) TailOption Incompatible versions in this module v2.0.0+incompatible Oct 29, 2018 Other modules containing this package code.cloudfoundry.org/log-cache-cli/v3 code.cloudfoundry.org/log-cache-cli/v4