Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound for service. ErrNotFound = errors.New("not found") // ErrInvalidArgument for service. ErrInvalidArgument = errors.New("invalid argument") )
View Source
var Module = fx.Options( fx.Provide(NewService), )
Module for fx.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config for a specific application.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service for the different transports.
func NewService ¶
func NewService(provider *provider.Transformer, config source.Configurator, source *source.Transformer) *Service
NewService for the different transports.
Click to show internal directories.
Click to hide internal directories.