Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) FindAllFromChapter ¶
func (h Handler) FindAllFromChapter(w http.ResponseWriter, r *http.Request)
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func (Repository) FindAll ¶
func (r Repository) FindAll(bookId int, chapterId int, translation string) (TextCollection, error)
type TextCollection ¶
type TextCollection []Text
Click to show internal directories.
Click to hide internal directories.