Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
Types ¶
type CommandDesc ¶
type HelpCommand ¶
type HelpCommand struct {
AvailableCommands []Command
}
func (*HelpCommand) Description ¶
func (c *HelpCommand) Description() CommandDesc
func (*HelpCommand) ParseFlags ¶
func (c *HelpCommand) ParseFlags(f *flag.FlagSet, args []string)
type ServeCommand ¶
type ServeCommand struct {
Port int
}
ServeCommand - Temporary command to start the grpc server. Eventually we won't have a CLI / it will live in a diff repo.
func (*ServeCommand) Description ¶
func (c *ServeCommand) Description() CommandDesc
func (*ServeCommand) ParseFlags ¶
func (c *ServeCommand) ParseFlags(f *flag.FlagSet, args []string)
type VersionCommand ¶
type VersionCommand struct {
}
func (*VersionCommand) Description ¶
func (c *VersionCommand) Description() CommandDesc
func (*VersionCommand) ParseFlags ¶
func (c *VersionCommand) ParseFlags(f *flag.FlagSet, args []string)
Click to show internal directories.
Click to hide internal directories.