Documentation ¶
Overview ¶
Package action provider action constants and utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action string
Action represents the action that was taken on a resource.
const ( NoOp Action = "NOOP" Create Action = "CREATE" Read Action = "READ" Update Action = "UPDATE" DeleteThenCreate Action = "DELETE_THEN_CREATE" CreateThenDelete Action = "CREATE_THEN_DELETE" Delete Action = "DELETE" )
Action constants
func UnmarshalActions ¶
UnmarshalActions unmarshals a slice of actions into a single Action.
Click to show internal directories.
Click to hide internal directories.