rtypes

package
v0.0.0-...-8c2001a Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EVENT_PROCESS     = "event_process"
	EVENT_RESPONSE    = "event_response"
	CTX_BINDING_CALL  = "ctx_bindings_call"
	ROOT_BINDING_CALL = "root_bindings_call"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BootstrapContext

type BootstrapContext struct {
	Folder   string
	TenantId string
	PlugId   string
	AgentId  string
	File     string
	GetFile  func(name string) ([]byte, error)
}

type BootstrapFunc

type BootstrapFunc func(ctx BootstrapContext) error

type Packet

type Packet struct {
	Id   string          `json:"id,omitempty"`
	Name string          `json:"name,omitempty"`
	Type string          `json:"type,omitempty"` // proto.go
	Data json.RawMessage `json:"data,omitempty"`
}

Jump to

Keyboard shortcuts

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