form.go 90 B

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