Documentation ¶
Index ¶
- type Client
- type Endpoint
- func (e *Endpoint) AddRouter(addr string) error
- func (e *Endpoint) Delete(key string) ([]byte, error)
- func (e *Endpoint) Get(key string) ([]byte, error)
- func (e *Endpoint) Listen(httpAddr string)
- func (e *Endpoint) Put(key string, data []byte) (bool, error)
- func (e *Endpoint) RegisterInternalRPC()
- func (e *Endpoint) StoreHandler(w http.ResponseWriter, req *http.Request)
- type EndpointInternal
- type Key
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
func (*Endpoint) RegisterInternalRPC ¶
func (e *Endpoint) RegisterInternalRPC()
func (*Endpoint) StoreHandler ¶
func (e *Endpoint) StoreHandler(w http.ResponseWriter, req *http.Request)
type EndpointInternal ¶
type EndpointInternal struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.