Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of the tunnel service Name = "go.micro.store" // Address is the tunnel address Address = ":8002" // Backend is the implementation of the store Backend = "memory" // Nodes is passed to the underlying backend Nodes = []string{"localhost"} // Namespace is passed to the underlying backend if set. Namespace = "" // Prefix is passed to the underlying backend if set. Prefix = "" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.