Documentation ¶
Overview ¶
Generated by github.com/davyxu/tabtoy DO NOT EDIT!! Version: 3.0.0
Index ¶
Constants ¶
View Source
const ( ActorType_Leader = 0 // 唐僧 ActorType_Monkey = 1 // 孙悟空 ActorType_Pig = 2 // 猪八戒 ActorType_Hammer = 3 // 沙僧 )
Variables ¶
View Source
var ( ActorTypeMapperValueByName = map[string]int32{ "Leader": 0, "Monkey": 1, "Pig": 2, "Hammer": 3, } ActorTypeMapperNameByValue = map[int32]string{ 0: "Leader", 1: "Monkey", 2: "Pig", 3: "Hammer", } )
Functions ¶
This section is empty.
Types ¶
type SampleDefine ¶
type Table ¶
type Table struct {
SampleDefine []*SampleDefine // table: SampleDefine
}
Combine struct
Click to show internal directories.
Click to hide internal directories.