logkey

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ArrLen is the len of an array
	ArrLen = log.Key("arr_len")
	// Func is the function a method was called inside
	Func = log.Key("func")

	// ZkEvent is the event object from ZK
	ZkEvent = log.Key("event")
	// ZkMethod is the zk method we are logging
	ZkMethod = log.Key("zk_method")
	// ZkPath is the path inside zk
	ZkPath = log.Key("zk_path")
	// ZkPrefix is the prefix appended to path operations
	ZkPrefix = log.Key("zk_prefix")

	// DistconfBacking is the type of distconf backing
	DistconfBacking = log.Key("distconf_backing")
	// DistconfKey is the string key of the distconf value
	DistconfKey = log.Key("distconf_key")
	// DistconfNewVal is the new distconf value we are trying to update a key to
	DistconfNewVal = log.Key("distconf_newval")

	// DiscoService is the name of a service in disco
	DiscoService = log.Key("service")
	// DiscoNode is the name of an ephemeral node in disco
	DiscoNode = log.Key("node")
	// GUID is the ID attached to a disco advertiser
	GUID = log.Key("GUID")
	// Protocol is the method of sending information
	Protocol = log.Key("protocol")

	// ExplorableParts are the parts array being used by explorable
	ExplorableParts = log.Key("parts")
	// URL is a URL endpoint
	URL = log.Key("url")
)

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