package
2.2.3+incompatible
Repository: https://github.com/epilot-dev/terraform-provider-epilot-file.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DateFromString returns a Date from a string formatted as "2006-01-02".
DateFromTime returns a Date from a time.Time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustDateFromString returns a Date from a string formatted as "2006-01-02" or panics.
MustNewBigIntFromString returns an instance of big.Int from a string The string is assumed to be base 10 and if it is not a valid big.Int then the function panics.
MustNewDateFromString returns an instance of Date from a string formatted as "2006-01-02" or panics.
MustNewDecimalFromString returns an instance of Decimal from a string Avoid using this function in production code.
MustNewTimeFromString returns an instance of time.Time from a string formatted as "2006-01-02T15:04:05Z07:00" or panics.
MustTimeFromString returns a time.Time from a string formatted as "2006-01-02T15:04:05Z07:00" or panics.
NewDate returns an instance of Date from a time.Time.
NewDateFromString returns an instance of Date from a string formatted as "2006-01-02".
No description provided by the author

# Structs

Date is a wrapper around time.Time that allows for JSON marshaling a date string formatted as "2006-01-02".