action

package
v5.0.0-...-67dc7c3 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Table

func Table() *table.Table

Types

type Action

type Action struct {
	Id         primitive.ObjectID `json:"_id" bson:"_id,omitempty"`
	ProductId  primitive.ObjectID `json:"product_id,omitempty" bson:"product_id"`
	DeviceId   primitive.ObjectID `json:"device_id,omitempty" bson:"device_id"`
	ProjectId  primitive.ObjectID `json:"project_id,omitempty" bson:"project_id"`
	SpaceId    primitive.ObjectID `json:"space_id,omitempty" bson:"space_id"`
	Name       string             `json:"name,omitempty"`
	Parameters map[string]any     `json:"parameters,omitempty"`
	Result     string             `json:"result,omitempty"`
	Return     map[string]any     `json:"return,omitempty"`
}

Jump to

Keyboard shortcuts

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