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