Versions in this module Expand all Collapse all v0 v0.2.0 Jul 30, 2021 Changes in this version + func NewLocalCommand(rootConfig *RootConfig, out io.Writer) *ffcli.Command + func NewServerCommand(rootConfig *RootConfig, out io.Writer) *ffcli.Command + type LocalCommand struct + func (c *LocalCommand) Exec(ctx context.Context, _ []string) error + type RootConfig struct + Verbose bool + func RootCommand() (*ffcli.Command, *RootConfig) + func (c *RootConfig) Exec(context.Context, []string) error + func (c *RootConfig) RegisterFlags(fs *flag.FlagSet) + type ServerCommand struct + Demo bool + Host string + Out io.Writer + ProxyAuthEnabled bool + ReadTimeout time.Duration + RootConfig *RootConfig + ShutdownTimeout time.Duration + Token string + TokenStorageBackend string + TokenStorageDynamoDBTableName string + TracingEnabled bool + WriteTimeout time.Duration + func (c *ServerCommand) Exec(ctx context.Context, _ []string) error v0.1.0 May 20, 2021