Documentation ¶
Overview ¶
Package capitalism provides a series of HTTP handlers for managing valid instruments in a compatible database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Providers = wire.NewSet( ProvideService, )
Providers are our collection of what we provide to other services.
Functions ¶
func ProvideService ¶
func ProvideService( _ context.Context, logger logging.Logger, cfg *Config, encoder encoding.ServerEncoderDecoder, publisherProvider messagequeue.PublisherProvider, tracerProvider tracing.TracerProvider, paymentManager capitalism.PaymentManager, ) (types.CapitalismService, error)
ProvideService builds a new ValidInstrumentsService.
Types ¶
Click to show internal directories.
Click to hide internal directories.