docs/api_params.go

8 lines
124 B
Go

package docker
type VersionOut struct {
Version string
GitCommit string
MemoryLimitDisabled bool
}