postgres-operator/pkg/util/constants/units.go

7 lines
84 B
Go

package constants
// Measurement-unit definitions
const (
Gigabyte = 1073741824
)