Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID = "archivebox" EndpointKey = "endpoint" TokenKey = "token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveBox ¶
type ArchiveBox struct {
// contains filtered or unexported fields
}
func GetClient ¶ added in v0.28.11
func GetClient() *ArchiveBox
func NewArchiveBox ¶
func NewArchiveBox(endpoint string, token string) *ArchiveBox
type Data ¶ added in v0.29.3
type Data struct {
Urls []string `json:"urls"`
Tag string `json:"tag"`
Depth int `json:"depth"`
Update bool `json:"update"`
UpdateAll bool `json:"update_all"`
IndexOnly bool `json:"index_only"`
Overwrite bool `json:"overwrite"`
Init bool `json:"init"`
Extractors string `json:"extractors"`
Parser string `json:"parser"`
}
Click to show internal directories.
Click to hide internal directories.