Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseMomentStrategyCreate ¶
type ResponseMomentStrategyCreate struct { response.ResponseWork Strategy []*power.HashMap `json:"strategy"` NextCursor string `json:"next_cursor"` }
type ResponseMomentStrategyGet ¶
type ResponseMomentStrategyGet struct { response.ResponseWork Strategy *power.HashMap `json:"strategy"` }
type ResponseMomentStrategyGetRange ¶
type ResponseMomentStrategyGetRange struct { response.ResponseWork Range []*power.HashMap `json:"range"` NextCursor string `json:"next_cursor"` }
type ResponseMomentStrategyList ¶
type ResponseMomentStrategyList struct { response.ResponseWork StrategyID int64 `json:"strategy_id"` }
Click to show internal directories.
Click to hide internal directories.