Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bootstrap ¶
type Bootstrap struct {
// contains filtered or unexported fields
}
func (*Bootstrap) GetDemoSvc ¶
func (b *Bootstrap) GetDemoSvc() toddler.DemoService
type GrpcOption ¶
type GrpcOption struct {
Port int `mapstructure:"port" yaml:"port"`
}
type Options ¶
type Options struct { Logging log.Options `mapstructure:"logger"` DB database.Options `mapstructure:"db" yaml:"db"` Grpc GrpcOption `mapstructure:"grpc" yaml:"grpc"` Server ServerOption `mapstructure:"server" yaml:"server"` }
Click to show internal directories.
Click to hide internal directories.