Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunServer ¶
type RunServer struct {
cmd.RunServer
pgpkg.PostgresFlags `embed:"" prefix:"pg."`
Schema string `name:"schema" prefix:"pg." help:"Database schema to use for pgqueue." env:"PGQUEUE_SCHEMA"`
}
type ServerCommands ¶
type ServerCommands struct {
Run RunServer `cmd:"" name:"run" help:"Run the server." group:"SERVER"`
}
Click to show internal directories.
Click to hide internal directories.