Documentation ¶ Index ¶ type Postie func New(ctx context.Context, cfg config.Config, poolManager *pool.Manager, ...) (*Postie, error) func (p *Postie) Close() func (p *Postie) Post(ctx context.Context, files []fileinfo.FileInfo, rootDir string, ...) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Postie ¶ type Postie struct { // contains filtered or unexported fields } func New ¶ func New( ctx context.Context, cfg config.Config, poolManager *pool.Manager, jobProgress progress.JobProgress, ) (*Postie, error) func (*Postie) Close ¶ added in v0.0.6 func (p *Postie) Close() func (*Postie) Post ¶ func (p *Postie) Post(ctx context.Context, files []fileinfo.FileInfo, rootDir string, outputDir string) (string, error) Source Files ¶ View all Source files postie.go Click to show internal directories. Click to hide internal directories.