package
Version:
v3.0.0-beta5
Opens a new window with list of versions in this module.
Published: Jan 2, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type RequestMomentStrategyCreate struct {
ParentID int `json:"parent_id"`
StrategyName string `json:"strategy_name"`
AdminList []string `json:"admin_list"`
Privilege *power.HashMap `json:"privilege"`
Range []*power.HashMap `json:"range"`
}
type RequestMomentStrategyEdit struct {
StrategyID int64 `json:"strategy_id"`
StrategyName string `json:"strategy_name"`
AdminList []string `json:"admin_list"`
Privilege *power.HashMap `json:"privilege"`
RangeAdd []*power.HashMap `json:"range_add"`
RangeDel []*power.HashMap `json:"range_del"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.