cmd

package
v1.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

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"`
}

func (RunServer) Run

func (runner RunServer) Run(ctx server.Cmd) error

func (RunServer) WithManager

func (runner RunServer) WithManager(globals server.Cmd, conn pg.PoolConn, fn func(mgr *manager.Manager) error) error

type ServerCommands

type ServerCommands struct {
	Run RunServer `cmd:"" name:"run" help:"Run the server." group:"SERVER"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL