Documentation ¶
Index ¶
- type Headers
- type PDF
- type Processors
- func (p *Processors) GetMeta(ctx context.Context, url string, cache *entity.Cache) (entity.Meta, error)
- func (p *Processors) OverrideProcessor(format entity.Format, proc processor) error
- func (p *Processors) Process(ctx context.Context, format entity.Format, url string, cache *entity.Cache) entity.Result
- type SingleFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processors ¶
type Processors struct {
// contains filtered or unexported fields
}
func NewProcessors ¶
func (*Processors) OverrideProcessor ¶
func (p *Processors) OverrideProcessor(format entity.Format, proc processor) error
type SingleFile ¶
type SingleFile struct {
// contains filtered or unexported fields
}
func NewSingleFile ¶
func NewSingleFile(client *http.Client, log *zap.Logger) *SingleFile
Click to show internal directories.
Click to hide internal directories.