Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Module for fx.
Functions ¶
Types ¶
type Config ¶ added in v1.112.0
type Config struct {
Port string `yaml:"port,omitempty" json:"port,omitempty" toml:"port,omitempty"`
}
Config for debug.
type RegisterParams ¶ added in v1.112.0
type RegisterParams struct { fx.In Lifecycle fx.Lifecycle Config *Config Env env.Environment JSON *marshaller.JSON Logger *zap.Logger }
RegisterParams for debug.
Click to show internal directories.
Click to hide internal directories.