Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchBookNames ¶
FetchBookNames goes through all of BibleGateway and API.Bible, scraping book names from each translation.
func GetBookNames ¶
GetBookNames returns map[string][]string of saved book names.
func GetDefaultBookNames ¶
GetDefaultBookNames returns []string of default book names.
Types ¶
type ABBibleResponse ¶
type ABBibleResponse struct {
Data []abBibleData `json:"data"`
}
ABBibleResponse is a struct corresponding to the response from /v1/bibles.
type ABBookResponse ¶
type ABBookResponse struct {
Data []abBookData `json:"data"`
}
ABBookResponse is a struct corresponding to the response from /v1/bibles/{bibleId}/books.
Click to show internal directories.
Click to hide internal directories.