Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("blobs", fx.Provide( NewService, fx.Annotate( func(svc *blobs.BlobService) blobs.Blobs { return svc }, ), fx.Annotate( blobs.NewServer, fx.As(new(echofx.RouteRegistrar)), fx.ResultTags(`group:"route_registrar"`), ), ), )
Functions ¶
func NewService ¶
func NewService( cfg app.AppConfig, id principal.Signer, ps presigner.RequestPresigner, blobStore blobstore.Blobstore, allocationStore allocationstore.AllocationStore, acceptanceStore acceptancestore.AcceptanceStore, ) (*blobs.BlobService, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.