Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verse ¶
type Verse struct { Book string `db:"book"` Chapter int `db:"chapter"` Number int `db:"number"` Part int `db:"part"` Text string `db:"text"` Title *string `db:"title"` }
func (Verse) ChapterString ¶
func (Verse) NumberString ¶
func (Verse) TitleString ¶
Click to show internal directories.
Click to hide internal directories.