Files
versitygw/tests/rest_scripts/command/s3CommandConverter.go

7 lines
115 B
Go

package command
type S3CommandConverter interface {
CurlShellCommand() (string, error)
OpenSSLCommand() error
}