formatter

package
v0.0.0-...-8cde2e0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVService

type CSVService service

func (*CSVService) Read

func (pkg *CSVService) Read(ctx context.Context, reader io.Reader) ([][]string, error)

type Client

type Client struct {
	Template *TemplateService
	CSV      *CSVService
	// contains filtered or unexported fields
}

func New

func New() (*Client, error)

type TemplateService

type TemplateService service

func (*TemplateService) Transform

func (pkg *TemplateService) Transform(ctx context.Context, templateData []byte, input interface{}) ([]byte, error)

Jump to

Keyboard shortcuts

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