Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide( ProvideQuotaManager, ), )
Functions ¶
func SetupQuotaManager ¶
Types ¶
type QuotaManagerIn ¶
type QuotaManagerIn struct { fx.In Config config.Config TenantStorer tenant.TenantStorer Syncer syncer.DeltaSyncer Logger *zerolog.Logger }
type QuotaManagerOut ¶
type QuotaManagerOut struct { fx.Out QuotaManager *quota.QuotaManager }
func ProvideQuotaManager ¶
func ProvideQuotaManager(in QuotaManagerIn) (QuotaManagerOut, error)
Click to show internal directories.
Click to hide internal directories.