Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleUIButtonDeleteAction ¶
func HandleUIButtonDeleteAction(state *store.EngineState, action UIButtonDeleteAction)
func HandleUIButtonUpsertAction ¶
func HandleUIButtonUpsertAction(state *store.EngineState, action UIButtonUpsertAction)
Types ¶
type UIButtonDeleteAction ¶
type UIButtonDeleteAction struct {
Name string
}
func NewUIButtonDeleteAction ¶
func NewUIButtonDeleteAction(n string) UIButtonDeleteAction
func (UIButtonDeleteAction) Action ¶
func (UIButtonDeleteAction) Action()
func (UIButtonDeleteAction) Summarize ¶
func (a UIButtonDeleteAction) Summarize(summary *store.ChangeSummary)
type UIButtonUpsertAction ¶
func NewUIButtonUpsertAction ¶
func NewUIButtonUpsertAction(obj *v1alpha1.UIButton) UIButtonUpsertAction
func (UIButtonUpsertAction) Action ¶
func (UIButtonUpsertAction) Action()
func (UIButtonUpsertAction) Summarize ¶
func (a UIButtonUpsertAction) Summarize(summary *store.ChangeSummary)
Click to show internal directories.
Click to hide internal directories.