Documentation ¶
Index ¶
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 NewProcessors(cfg config.Config) (*Processors, error)
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) *SingleFile
Click to show internal directories.
Click to hide internal directories.