Documentation ¶
Index ¶
- type ARestFul
- func (api *ARestFul) GetBestMovers(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) GetMovers(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) GetPositions(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Intervals(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) LoadRouter() *mux.Router
- func (api *ARestFul) Module(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Modules(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) PutTracker(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Result(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Results(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) RunModule(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Sessions(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Start()
- func (api *ARestFul) Target(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) TargetByType(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Targets(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Tracker(w http.ResponseWriter, r *http.Request)
- func (api *ARestFul) Trackers(w http.ResponseWriter, r *http.Request)
- type Module
- type OneSession
- type TargetInformationResponse
- type TargetLink
- type TargetsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARestFul ¶
type ARestFul struct { Server *http.Server Core *core.Core // contains filtered or unexported fields }
func PushARestFul ¶
func (*ARestFul) GetBestMovers ¶
func (api *ARestFul) GetBestMovers(w http.ResponseWriter, r *http.Request)
func (*ARestFul) GetPositions ¶
func (api *ARestFul) GetPositions(w http.ResponseWriter, r *http.Request)
func (*ARestFul) LoadRouter ¶
func (*ARestFul) PutTracker ¶
func (api *ARestFul) PutTracker(w http.ResponseWriter, r *http.Request)
func (*ARestFul) TargetByType ¶
func (api *ARestFul) TargetByType(w http.ResponseWriter, r *http.Request)
type OneSession ¶
func (OneSession) TableName ¶
func (OneSession) TableName() string
type TargetLink ¶
type TargetsResponse ¶
type TargetsResponse struct { TargetId string `json:"target_id"` TargetName string `json:"target_name"` TargetType string `json:"target_type"` TargetLinked []TargetLink `json:"target_linked"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.