mirror of
https://github.com/versity/versitygw.git
synced 2026-01-05 11:24:52 +00:00
7 lines
121 B
Go
7 lines
121 B
Go
package command
|
|
|
|
type OpenSSLPayloadManager interface {
|
|
GetContentLength() (int64, error)
|
|
WritePayload(string) error
|
|
}
|