package
Version:
v0.0.0-...-7459272
Opens a new window with list of versions in this module.
Published: Apr 30, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chapter struct {
Title string `json:"title,omitempty"`
Paragraphs []string `json:"story,omitempty"`
Options []*Option `json:"options,omitempty"`
}
type Option struct {
Description string `json:"text,omitempty"`
Arc string `josn:"arc,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.