mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
5 lines
90 B
Go
5 lines
90 B
Go
package apiform
|
|
|
|
type Marshaler interface {
|
|
MarshalMultipart() ([]byte, string, error)
|
|
}
|