Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseSDK ¶
type BaseSDK struct {
// contains filtered or unexported fields
}
func NewBaseSDK ¶ added in v0.4.1
func NewBaseSDK(c Container, cfg driver.ConfigService) *BaseSDK
func (*BaseSDK) ConfigService ¶ added in v0.4.1
func (s *BaseSDK) ConfigService() driver.ConfigService
type Container ¶ added in v0.4.1
type Container interface { Provide(constructor interface{}, opts ...ProvideOption) error Invoke(function interface{}, opts ...InvokeOption) error Decorate(decorator interface{}, opts ...DecorateOption) error Visualize() string }
type DecorateOption ¶ added in v0.4.1
type DecorateOption = dig.DecorateOption
type InvokeOption ¶ added in v0.4.1
type InvokeOption = dig.InvokeOption
type ProvideOption ¶ added in v0.4.1
type ProvideOption any
Click to show internal directories.
Click to hide internal directories.