Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Providers = wire.NewSet( ProvideService, )
Providers is our collection of what we provide to other services.
Functions ¶
func ProvideService ¶
func ProvideService( ctx context.Context, authCfg *authservice.Config, logger logging.Logger, encoder encoding.ServerEncoderDecoder, consumerProvider consumers.ConsumerProvider, ) (types.WebsocketDataService, error)
ProvideService builds a new websocket service.
Types ¶
Click to show internal directories.
Click to hide internal directories.