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(NewService), )
Module for fx.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service for the different transports.
func NewService ¶
NewService for the different transports.
Click to show internal directories.
Click to hide internal directories.