Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = kit.NewRouter(httptransport.Group("/strategy"))
Functions ¶
This section is empty.
Types ¶
type BatchRemoveStrategy ¶ added in v1.1.0
type BatchRemoveStrategy struct { httpx.MethodDelete strategy.CondArgs }
type CreateStrategy ¶
type CreateStrategy struct { httpx.MethodPost strategy.CreateReq `in:"body"` }
type GetStrategy ¶
func (*GetStrategy) Path ¶
func (r *GetStrategy) Path() string
type ListStrategy ¶
func (*ListStrategy) Output ¶
func (r *ListStrategy) Output(ctx context.Context) (interface{}, error)
func (*ListStrategy) Path ¶
func (r *ListStrategy) Path() string
type ListStrategyDetail ¶ added in v1.1.0
func (*ListStrategyDetail) Output ¶ added in v1.1.0
func (r *ListStrategyDetail) Output(ctx context.Context) (interface{}, error)
func (*ListStrategyDetail) Path ¶ added in v1.1.0
func (r *ListStrategyDetail) Path() string
type RemoveStrategy ¶
type RemoveStrategy struct { httpx.MethodDelete StrategyID types.SFID `in:"path" name:"strategyID"` }
func (*RemoveStrategy) Output ¶
func (r *RemoveStrategy) Output(ctx context.Context) (interface{}, error)
func (*RemoveStrategy) Path ¶
func (r *RemoveStrategy) Path() string
type UpdateStrategy ¶
type UpdateStrategy struct { httpx.MethodPut StrategyID types.SFID `in:"path" name:"strategyID"` strategy.UpdateReq `in:"body"` }
func (*UpdateStrategy) Output ¶
func (r *UpdateStrategy) Output(ctx context.Context) (interface{}, error)
func (*UpdateStrategy) Path ¶
func (r *UpdateStrategy) Path() string
Click to show internal directories.
Click to hide internal directories.