MCPcopy
hub / github.com/urfave/cli / timestampValue

Struct timestampValue

flag_timestamp.go:23–28  ·  view source on GitHub ↗

timestampValue wrap to satisfy golang's flag interface.

Source from the content-addressed store, hash-verified

21
22// timestampValue wrap to satisfy golang's flag interface.
23type timestampValue struct {
24 timestamp *time.Time
25 hasBeenSet bool
26 layouts []string
27 location *time.Location
28}
29
30var _ ValueCreator[time.Time, TimestampConfig] = timestampValue{}
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected