mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 17:17:14 +09:00
6 lines
90 B
Go
6 lines
90 B
Go
package apiform
|
|
|
|
type Marshaler interface {
|
|
MarshalMultipart() ([]byte, string, error)
|
|
}
|