Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIError ¶
type APIError struct { Code int `json:"code"` Status string `json:"status"` Reason string `json:"reason"` }
APIError is returned when the API encounters an error. It implements the Error interface.
type Comic ¶
type Comic struct { HashID string `json:"hash_id"` Path string `json:"path"` Title string `json:"title"` CreatedAt time.Time `json:"created_at"` }
Comic is a comic as defined by the API.
Click to show internal directories.
Click to hide internal directories.