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