Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoAdapterFoundErr error = errors.New("no adapter found for conversion")
Functions ¶
This section is empty.
Types ¶
type ConverterService ¶
type ConverterService interface {
Convert(ctx context.Context, srcPath, dstPath, srcExt, dstExt string) error
}
func NewConverterService ¶
func NewConverterService(adapters []Converter) ConverterService
Click to show internal directories.
Click to hide internal directories.