Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseCustomerStrategyCreate ¶
type ResponseCustomerStrategyCreate struct {
*response.ResponseWork
StrategyID *power.HashMap `json:"strategy_id"`
}
type ResponseCustomerStrategyGet ¶
type ResponseCustomerStrategyGet struct {
*response.ResponseWork
Strategy *power.HashMap `json:"momentStrategy"`
}
type ResponseCustomerStrategyGetRange ¶
type ResponseCustomerStrategyGetRange struct {
*response.ResponseWork
Range []*power.HashMap `json:"range"`
}
type ResponseCustomerStrategyList ¶
type ResponseCustomerStrategyList struct {
*response.ResponseWork
Strategy []*power.HashMap `json:"momentStrategy"`
}
Click to show internal directories.
Click to hide internal directories.