Documentation ¶
Index ¶
Constants ¶
View Source
const ActionTypeHeader = "Mangoprovider-Action-Type"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶ added in v0.7.0
type ActionType string
const ( ActionManga ActionType = "manga" ActionVolume ActionType = "volume" ActionChapter ActionType = "chapter" ActionPage ActionType = "page" )
type TransportRod ¶
type TransportRod struct {
// contains filtered or unexported fields
}
TransportRod implementation of Transport used for colly.
func NewTransport ¶
func NewTransport( loadWait time.Duration, localStorage map[string]string, actions map[ActionType]Action, ) *TransportRod
NewTransport creates a new transport with the browser setup.
func (*TransportRod) Close ¶
func (t *TransportRod) Close() error
Click to show internal directories.
Click to hide internal directories.