MCPcopy Create free account
hub / github.com/koding/kite / Node

Struct Node

kontrol/node.go:15–17  ·  view source on GitHub ↗

Node is a wrapper around an etcd node to provide additional functionality around kites.

Source from the content-addressed store, hash-verified

13// Node is a wrapper around an etcd node to provide additional
14// functionality around kites.
15type Node struct {
16 Node *etcd.Node
17}
18
19// New returns a new initialized node with the given etcd node.
20func NewNode(node *etcd.Node) *Node {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected