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 // contains filtered or unexported fields }
type StateFactory ¶
type StateFactory interface {
NewState(ctx context.Context, nfsInstanceState nfsinstancetypes.State) (*State, error)
}
func NewStateFactory ¶
func NewStateFactory(skrProvider awsclient.SkrClientProvider[client.Client], env abstractions.Environment) StateFactory
Source Files ¶
Click to show internal directories.
Click to hide internal directories.