form.go

1package apiform
2
3type Marshaler interface {
4	MarshalMultipart() ([]byte, string, error)
5}