package
0.5.22
Repository: https://github.com/loft-sh/devpod.git
Documentation: pkg.go.dev

# Functions

Date returns the Time corresponding to the supplied parameters by wrapping time.Date.
NewTime returns a wrapped instance of the provided time.
Now returns the current local time.
Unix returns the local time corresponding to the given Unix time by wrapping time.Unix.

# Variables

ErrUnsupportedType is returned if the type is not implemented.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.

# Type aliases

No description provided by the author
No description provided by the author
StrArray string array to be used on JSON UnmarshalJSON.
No description provided by the author
StrIntArray string array to be used on JSON UnmarshalJSON.