configuration

package
v0.0.0-...-3dd0de1 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RemoteSpawnTimeout = 1 * time.Hour
)

Variables

View Source
var (
	SupportedMsgTypes = map[string]msg.MessageType{

		reflect.TypeOf(&msg.Created{}).String(): msg.MessageType_CREATED,
		reflect.TypeOf(&msg.Spawn{}).String():   msg.MessageType_SPAWN,
		reflect.TypeOf(&msg.Spawned{}).String(): msg.MessageType_SPAWNED,

		reflect.TypeOf(&msg.Subscribe{}).String():   msg.MessageType_SUBSCRIBE,
		reflect.TypeOf(&msg.Unsubscribe{}).String(): msg.MessageType_UNSUBSCRIBE,
		reflect.TypeOf(&msg.LoadPlugin{}).String():  msg.MessageType_LOAD_PLUGIN,
		reflect.TypeOf(&msg.Notify{}).String():      msg.MessageType_NOTIFY,
	}
	DefaultPluginRepoUrl = &url.URL{
		Scheme: "https",
		Host:   "go-plugin-repo.s3.eu-central-1.amazonaws.com",
	}
	PathToPluginFiles = determinePluginDir()
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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