internal/apiform/form.go (
4
lines of code) (
raw
):
package apiform type Marshaler interface { MarshalMultipart() ([]byte, string, error) }