actions

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AgentActionsRegistry = newActionsRegistry()

Functions

This section is empty.

Types

type ActionsRegistry

type ActionsRegistry struct {
	// contains filtered or unexported fields
}

func (*ActionsRegistry) Get

func (registry *ActionsRegistry) Get(messageType messages.IPCMessageType) (Action, bool)

func (*ActionsRegistry) Register

func (registry *ActionsRegistry) Register(messageType messages.IPCMessageType, action Action)

type ConfigResponse

type ConfigResponse struct {
	Version     string `json:"version"`
	GitHash     string `json:"gitHash"`
	Environment struct {
		Vault         string `json:"vault"`
		Api           string `json:"api"`
		Identity      string `json:"identity"`
		Notifications string `json:"notifications"`
	}
}

Jump to

Keyboard shortcuts

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