Documentation
¶
Index ¶
- type Container
- func (c *Container) GetBlender() (rbtypes.Blender, error)
- func (c *Container) GetCatalog() (types.Catalog, error)
- func (c *Container) GetConfigurator() (types.Configurator, error)
- func (c *Container) GetDispatcher() (types.Dispatcher, error)
- func (c *Container) GetLogger() (types.Logger, error)
- func (c *Container) GetOperator() (types.Operator, error)
- func (c *Container) GetPortfolio() (types.Portfolio, error)
- func (c *Container) GetRBConfigurator() (rbtypes.Configurator, error)
- func (c *Container) GetRBDriver() (rbtypes.Driver, error)
- func (c *Container) GetStore() (types.Store, error)
- func (c *Container) GetTracker() (types.Tracker, error)
- func (c *Container) GetValidator() (types.Validator, error)
- type Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func (*Container) GetBlender ¶
func (*Container) GetCatalog ¶
func (*Container) GetConfigurator ¶
func (c *Container) GetConfigurator() (types.Configurator, error)
func (*Container) GetDispatcher ¶
func (c *Container) GetDispatcher() (types.Dispatcher, error)
func (*Container) GetOperator ¶
func (*Container) GetPortfolio ¶
func (*Container) GetRBConfigurator ¶
func (c *Container) GetRBConfigurator() (rbtypes.Configurator, error)
func (*Container) GetRBDriver ¶
func (*Container) GetTracker ¶
func (*Container) GetValidator ¶
type Option ¶
type Option func(*Options)
func WithApplicationName ¶
func WithApplicationName(name string) Option
func WithDevelopmentMode ¶
func WithDevelopmentMode(development bool) Option
func WithLogger ¶
func WithValidator ¶
Click to show internal directories.
Click to hide internal directories.