api

package
v0.0.0-...-aebc9fb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assemble

func Assemble(e *echo.Echo, m Manager)

Types

type Manager

type Manager interface {
	UploadMedia(ctx context.Context, r io.Reader, fileName string) (string, error)
	GetJobStatus(ctx context.Context, key string) (types.Job, error)
	ProcessMedia(ctx context.Context, key string, filters types.Filters) error
}

func NewManager

func NewManager(stg storage.Client, db db.Client, idGen utils.IDGen) Manager

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL