Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
ErrNotFound for service.
View Source
var Module = fx.Options( fx.Provide(NewIdentifier), )
Module for fx.
Functions ¶
Types ¶
type Identifier ¶
type Identifier struct {
// contains filtered or unexported fields
}
Identifier for the different transports.
func NewIdentifier ¶
func NewIdentifier(gc *generator.Config, mc *mapper.Config, gs generator.Generators) *Identifier
NewIdentifier for the different transports.
Click to show internal directories.
Click to hide internal directories.