mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 18:44:04 +00:00
6 lines
88 B
Go
6 lines
88 B
Go
package command
|
|
|
|
type PayloadSizeCalculator interface {
|
|
CalculatePayloadSize() int64
|
|
}
|