Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(stateFactory StateFactory) composed.Action
Types ¶
type State ¶
type State struct {
nfsinstancetypes.State
}
type StateFactory ¶
type StateFactory interface {
NewState(ctx context.Context, nfsInstanceState nfsinstancetypes.State) (*State, error)
}
func NewStateFactory ¶
func NewStateFactory() StateFactory
Click to show internal directories.
Click to hide internal directories.