Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module( "app", fx.Provide(func(client *nats.JetstreamClient) messaging.Producer { return msgnats.NewJetstreamProducer(client) }), fx.Provide( func(conn CommsGrpcClient) comms.CommsClient { return comms.NewCommsClient(conn) }, ), domain.Module, LoadGitWebhook(), LoadImageHook(), )
Functions ¶
func LoadGitWebhook ¶
func LoadImageHook ¶
Types ¶
type CommsGrpcClient ¶
Click to show internal directories.
Click to hide internal directories.