amp

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AmplifierDefaultEndpoint is the default amplifier endpoint
	AmplifierDefaultEndpoint = "amplifier:50101"

	// EtcdDefaultEndpoint is the default etcd endpoint
	EtcdDefaultEndpoint = "http://etcd:2379"

	// ElasticsearchDefaultURL is the default elasticsearch endpoint
	ElasticsearchDefaultURL = "http://elasticsearch:9200"

	// NatsDefaultURL is the default nats endpoint
	NatsDefaultURL = "nats://nats:4222"

	// NatsClusterID is the id of the infrastructure nats cluster
	NatsClusterID = "test-cluster"

	// InfluxDefaultURL is the default influxdb endpoint
	InfluxDefaultURL = "http://influxdb:8086"

	// DockerDefaultURL is the default docker endpoint
	DockerDefaultURL = "unix:///var/run/docker.sock"

	// DockerDefaultVersion is the default docker version
	DockerDefaultVersion = "1.24"

	// DefaultTimeout is the default timeout
	DefaultTimeout = time.Minute

	// NatsFunctionTopic is the topic used for function calls
	NatsFunctionTopic = "amp-function-calls"

	// NatsLogsTopic is the topic used for log events
	NatsLogsTopic = "amp-logs"

	// EtcdFunctionRootKey is the root key used for functions in the storage
	EtcdFunctionRootKey = "functions"
)

Variables

This section is empty.

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