Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + const BaseURL + const DefaultUserAgent + const Host + type Chapter struct + Number string + Rank int + Title string + URL string + type Client struct + HTTP *http.Client + Rate time.Duration + Retries int + UserAgent string + func NewClient() *Client + func (c *Client) Chapters(ctx context.Context) ([]*Chapter, error) + func (c *Client) Get(ctx context.Context, url string) ([]byte, error) + type Domain struct + func (Domain) Info() kit.DomainInfo + func (Domain) Register(app *kit.App)