Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValueCreate ¶
Types ¶
type ReqComSpecCreate ¶
type ReqComSpecCreate struct {
Name string `json:"name"`
}
type ReqComSpecValueCreate ¶
type RespComSpecList ¶
type RespComSpecList struct { Id int `json:"id"` Name string `json:"name"` Values []mysql.ComSpecValue `json:"values"` }
Click to show internal directories.
Click to hide internal directories.