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