MCPcopy Create free account
hub / github.com/docker/cli / Uint64Opt

Struct Uint64Opt

cli/command/service/opts.go:33–35  ·  view source on GitHub ↗

Uint64Opt represents a uint64.

Source from the content-addressed store, hash-verified

31
32// Uint64Opt represents a uint64.
33type Uint64Opt struct {
34 value *uint64
35}
36
37// Set a new value on the option
38func (i *Uint64Opt) Set(s string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected