Documentation ¶
Index ¶
- type APICfg
- type Config
- type JoinReq
- type Payload
- type PublicData
- type WebAPI
- func (a *WebAPI) AddObject(w http.ResponseWriter, r *http.Request)
- func (a *WebAPI) ClusterJoin(w http.ResponseWriter, r *http.Request)
- func (a *WebAPI) ClusterLeave(w http.ResponseWriter, r *http.Request)
- func (a *WebAPI) LoadObject(w http.ResponseWriter, r *http.Request)
- func (a *WebAPI) RemObject(w http.ResponseWriter, r *http.Request)
- func (a *WebAPI) Start(srv *server.Server, cfg *APICfg)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicData ¶
type PublicData struct { Data interface{} Type string }
type WebAPI ¶
type WebAPI struct {
// contains filtered or unexported fields
}
func (*WebAPI) ClusterJoin ¶
func (a *WebAPI) ClusterJoin(w http.ResponseWriter, r *http.Request)
func (*WebAPI) ClusterLeave ¶
func (a *WebAPI) ClusterLeave(w http.ResponseWriter, r *http.Request)
func (*WebAPI) LoadObject ¶
func (a *WebAPI) LoadObject(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.