Documentation
¶
Overview ¶
Package broker proxies requests from client, and routes to target nodes.
Index ¶
Constants ¶
View Source
const HTTPPathPrefix = "/"
Variables ¶
This section is empty.
Functions ¶
func NewHTTPHandler ¶
Types ¶
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
Broker broker is entry to access solidb
func New ¶
func New(store kv.Store, specMgr *specmgr.SpecManager) *Broker
New create an broker instance
Click to show internal directories.
Click to hide internal directories.