package
0.3.0
Repository: https://github.com/testground/sdk-go.git
Documentation: pkg.go.dev

# Structs

Duration wraps a time.Duration and provides JSON marshal logic.
No description provided by the author
Rate is a param that's parsed as "quantity/interval", where `quantity` is a float and `interval` is a string parsable by time.ParseDuration, e.g.

# Type aliases

Size is a type that unmarshals human-readable binary sizes like "100 KB" into an uint64, where the unit is bytes.