Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseStack ¶
type BaseStack struct {
// contains filtered or unexported fields
}
BaseStack is a struct that implements the Stack interface.
func NewBaseStack ¶
NewBaseStack creates a new base stack of components.
func (*BaseStack) Initialize ¶
Initialize initializes the stack of components.
type MockStack ¶
MockStack is a mock implementation of the Stack interface for testing purposes
func NewMockStack ¶
NewMockStack creates a new instance of MockStack
func (*MockStack) Initialize ¶
Initialize calls the mock InitializeFunc if set, otherwise returns nil
type WindsorStack ¶
type WindsorStack struct {
BaseStack
}
WindsorStack is a struct that implements the Stack interface.
func NewWindsorStack ¶
func NewWindsorStack(injector di.Injector) *WindsorStack
NewWindsorStack creates a new WindsorStack.
Click to show internal directories.
Click to hide internal directories.