Documentation
¶
Index ¶
- Constants
- type FieldPair
- type Spec
- type UpsertMemory
- func (c *UpsertMemory) Actions() []core.Action
- func (c *UpsertMemory) Cancel(ctx core.ExecutionContext) error
- func (c *UpsertMemory) Cleanup(ctx core.SetupContext) error
- func (c *UpsertMemory) Color() string
- func (c *UpsertMemory) Configuration() []configuration.Field
- func (c *UpsertMemory) Description() string
- func (c *UpsertMemory) Documentation() string
- func (c *UpsertMemory) ExampleOutput() map[string]any
- func (c *UpsertMemory) Execute(ctx core.ExecutionContext) error
- func (c *UpsertMemory) HandleAction(ctx core.ActionContext) error
- func (c *UpsertMemory) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
- func (c *UpsertMemory) Icon() string
- func (c *UpsertMemory) Label() string
- func (c *UpsertMemory) Name() string
- func (c *UpsertMemory) OutputChannels(configuration any) []core.OutputChannel
- func (c *UpsertMemory) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)
- func (c *UpsertMemory) Setup(ctx core.SetupContext) error
Constants ¶
View Source
const ComponentName = "upsertMemory"
View Source
const OperationCreated = "created"
View Source
const OperationUpdated = "updated"
View Source
const PayloadType = "memory.upserted"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpsertMemory ¶
type UpsertMemory struct{}
func (*UpsertMemory) Actions ¶
func (c *UpsertMemory) Actions() []core.Action
func (*UpsertMemory) Cancel ¶
func (c *UpsertMemory) Cancel(ctx core.ExecutionContext) error
func (*UpsertMemory) Cleanup ¶
func (c *UpsertMemory) Cleanup(ctx core.SetupContext) error
func (*UpsertMemory) Color ¶
func (c *UpsertMemory) Color() string
func (*UpsertMemory) Configuration ¶
func (c *UpsertMemory) Configuration() []configuration.Field
func (*UpsertMemory) Description ¶
func (c *UpsertMemory) Description() string
func (*UpsertMemory) Documentation ¶
func (c *UpsertMemory) Documentation() string
func (*UpsertMemory) ExampleOutput ¶
func (c *UpsertMemory) ExampleOutput() map[string]any
func (*UpsertMemory) Execute ¶
func (c *UpsertMemory) Execute(ctx core.ExecutionContext) error
func (*UpsertMemory) HandleAction ¶
func (c *UpsertMemory) HandleAction(ctx core.ActionContext) error
func (*UpsertMemory) HandleWebhook ¶
func (c *UpsertMemory) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
func (*UpsertMemory) Icon ¶
func (c *UpsertMemory) Icon() string
func (*UpsertMemory) Label ¶
func (c *UpsertMemory) Label() string
func (*UpsertMemory) Name ¶
func (c *UpsertMemory) Name() string
func (*UpsertMemory) OutputChannels ¶
func (c *UpsertMemory) OutputChannels(configuration any) []core.OutputChannel
func (*UpsertMemory) ProcessQueueItem ¶
func (c *UpsertMemory) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error)
func (*UpsertMemory) Setup ¶
func (c *UpsertMemory) Setup(ctx core.SetupContext) error
Click to show internal directories.
Click to hide internal directories.