payload

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgPayload

type ArgPayload struct {
	Key    *string        `json:"key"`
	Value  *string        `json:"value"`
	File   *string        `json:"file"`
	Action *models.Action `json:"action"`
}

type ConfigPayload

type ConfigPayload struct {
	NodeTypes map[models.NodeType]*ConfigRule `json:"nodeTypes"`
}

type ConfigRule

type ConfigRule struct {
	Args []*ArgPayload `json:"args"`
	Envs []*EnvPayload `json:"envs"`
}

type EnvPayload

type EnvPayload struct {
	Key   *string `json:"key"`
	Value *string `json:"value"`
}

Jump to

Keyboard shortcuts

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