Versions in this module Expand all Collapse all v0 v0.1.0 Mar 7, 2022 Changes in this version + const DefaultHost + const MaxRetryCount + const RetryWaitDuration + var ValidStatus = []int + func RespError(resp *resty.Response) error + type BiBleResult struct + Reference string + Text string + TranslationID string + TranslationName string + TranslationNote string + Verses []struct{ ... } + type BibleClient struct + func NewBibleClient(wrapper middlewares.Wrapper) *BibleClient + func (c *BibleClient) GetResult(book, chapter, verse string) (*BiBleResult, error) + func (c *BibleClient) PutResult(result BiBleResult) (*BiBleResult, error) + type HttpError struct + Code int + Message string