Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SchemaCommand ¶
type SchemaCommand struct {
*cmds.CommandDescription
}
func NewSchemaCommand ¶
func NewSchemaCommand() (*SchemaCommand, error)
func (*SchemaCommand) RunIntoWriter ¶
func (c *SchemaCommand) RunIntoWriter( ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer, ) error
type SchemaCommandSettings ¶
type SchemaCommandSettings struct {
File string `glazed.parameter:"file"`
}
type StartCommand ¶
type StartCommand struct {
*cmds.CommandDescription
}
func NewStartCommand ¶
func NewStartCommand() (*StartCommand, error)
func (*StartCommand) Run ¶
func (c *StartCommand) Run( ctx context.Context, parsedLayers *layers.ParsedLayers, ) error
type StartCommandSettings ¶
type WeatherData ¶
Click to show internal directories.
Click to hide internal directories.