Documentation ¶ Index ¶ type Character Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Character ¶ type Character struct { Name string `json:"name"` Age int `json:"age"` Sex string `json:"sex"` BackdropStory string `json:"backdrop_story"` ClothesStyle string `json:"clothes_style"` } Character represents a random character. Source Files ¶ View all Source files character.go Click to show internal directories. Click to hide internal directories.