Documentation ¶
Overview ¶
Package debugger is a server-side debugger component that displays debug information about the system. It is not designed to be deployed in production scenarios.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AuthorizedApp authorizedapp.Config Database database.Config KeyManager keys.Config SecretManager secrets.Config Storage storage.Config Port string `env:"PORT, default=8080"` }
Config represents the configuration and associated environment variables.
func (*Config) AuthorizedAppConfig ¶
func (c *Config) AuthorizedAppConfig() *authorizedapp.Config
func (*Config) BlobstoreConfig ¶
func (*Config) DatabaseConfig ¶
func (*Config) KeyManagerConfig ¶
func (*Config) SecretManagerConfig ¶
Click to show internal directories.
Click to hide internal directories.