Documentation
¶
Overview ¶
Package cmd provides the Gate CLI entrypoint and root command. It wires config loading, subcommands (server, db), and runs the Cobra root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConfigPath is the path to the configuration file, set via --config flag. ConfigPath string )
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package db provides CLI commands for managing database operations, including running and rolling back schema migrations.
|
Package db provides CLI commands for managing database operations, including running and rolling back schema migrations. |
|
Package server implements the Gate HTTP server and its lifecycle.
|
Package server implements the Gate HTTP server and its lifecycle. |
|
handlers
Package handlers provides HTTP request handlers for the Gate API.
|
Package handlers provides HTTP request handlers for the Gate API. |
|
middlewares
Package middlewares provides HTTP middleware for the Gate server.
|
Package middlewares provides HTTP middleware for the Gate server. |
Click to show internal directories.
Click to hide internal directories.