mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
5 lines
90 B
Go
5 lines
90 B
Go
package apiform
|
|
|
|
type Marshaler interface {
|
|
MarshalMultipart() ([]byte, string, error)
|
|
}
|