Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("cleaner", fx.Provide(cleanup.NewManager), fx.Provide(provideCleanerConfigs), fx.Invoke( servercleaner.New, instancecleaner.New, ), fx.Provide(NewCleaner), )
Functions ¶
Types ¶
type Opts ¶ added in v0.36.0
type Opts struct { fx.Out ServerCleanerOpts servercleaner.Opts InstanceCleanerOpts instancecleaner.Opts }
Click to show internal directories.
Click to hide internal directories.