Documentation ¶
Overview ¶
Package serve provides the `serve` command for the CLI. The command starts the server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder interface { // Build returns a new Server. BuildServer(ctx context.Context) (Server, error) }
Builder is an interface for building a Server.
Click to show internal directories.
Click to hide internal directories.