Documentation
¶
Index ¶
- func CombineSkills(c *gin.Context)
- func CreateMacro(c *gin.Context)
- func CreateSequence(c *gin.Context)
- func MacroList(c *gin.Context)
- func PreCreate(c *gin.Context)
- func ProfessionList(c *gin.Context)
- func UpdateMacro(c *gin.Context)
- func ViewIndex(c *gin.Context)
- type CombineSkillsReq
- type MacroListReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineSkills ¶
func CreateMacro ¶
func CreateSequence ¶
func ProfessionList ¶
func UpdateMacro ¶
Types ¶
type CombineSkillsReq ¶
type CombineSkillsReq struct { Mousehp string `json:"mousehp"` Mousehm string `json:"mousehm"` Focus string `json:"focus"` Tarhp string `json:"tarhp"` Tarhm string `json:"tarhm"` Shift string `json:"shift"` Alt string `json:"alt"` Ctrl string `json:"ctrl"` Player string `json:"player"` Def string `json:"default"` }
Click to show internal directories.
Click to hide internal directories.