Documentation
¶
Index ¶
Constants ¶
View Source
const (
Name = "service"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct {
Grpc grpc_builder.Cfg `yaml:"grpc"`
Api fiber_builder.Cfg `yaml:"api"`
Gw gw_builder.Cfg `yaml:"gw"`
Advertise string `yaml:"advertise"`
Middlewares []string `yaml:"middlewares"`
PrintRoute bool `yaml:"print-route"`
}
Click to show internal directories.
Click to hide internal directories.