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