deletememory

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const ChannelNameDeleted = "deleted"
View Source
const ChannelNameNotFound = "notFound"
View Source
const ComponentName = "deleteMemory"
View Source
const PayloadType = "memory.deleted"

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteMemory

type DeleteMemory struct{}

func (*DeleteMemory) Actions

func (c *DeleteMemory) Actions() []core.Action

func (*DeleteMemory) Cancel

func (c *DeleteMemory) Cancel(ctx core.ExecutionContext) error

func (*DeleteMemory) Cleanup

func (c *DeleteMemory) Cleanup(ctx core.SetupContext) error

func (*DeleteMemory) Color

func (c *DeleteMemory) Color() string

func (*DeleteMemory) Configuration

func (c *DeleteMemory) Configuration() []configuration.Field

func (*DeleteMemory) Description

func (c *DeleteMemory) Description() string

func (*DeleteMemory) Documentation

func (c *DeleteMemory) Documentation() string

func (*DeleteMemory) ExampleOutput

func (c *DeleteMemory) ExampleOutput() map[string]any

func (*DeleteMemory) Execute

func (c *DeleteMemory) Execute(ctx core.ExecutionContext) error

func (*DeleteMemory) HandleAction

func (c *DeleteMemory) HandleAction(ctx core.ActionContext) error

func (*DeleteMemory) HandleWebhook

func (*DeleteMemory) Icon

func (c *DeleteMemory) Icon() string

func (*DeleteMemory) Label

func (c *DeleteMemory) Label() string

func (*DeleteMemory) Name

func (c *DeleteMemory) Name() string

func (*DeleteMemory) OutputChannels

func (c *DeleteMemory) OutputChannels(configuration any) []core.OutputChannel

func (*DeleteMemory) ProcessQueueItem

func (c *DeleteMemory) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)

func (*DeleteMemory) Setup

func (c *DeleteMemory) Setup(ctx core.SetupContext) error

type MatchPair

type MatchPair struct {
	Name  string `json:"name"`
	Value any    `json:"value"`
}

type Spec

type Spec struct {
	Namespace string      `json:"namespace"`
	MatchList []MatchPair `json:"matchList"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL