package
6.0.0+incompatible
Repository: https://github.com/scott-the-programmer/go-autorest.git
Documentation: pkg.go.dev

# Functions

ByUnmarshallingDate returns a RespondDecorator that decodes the http.Response Body into a Date pointed to by d.
ByUnmarshallingTime returns a RespondDecorator that decodes the http.Response Body into a Time pointed to by t.
ParseDate create a new Date from the passed string.
ParseTime creates a new Time from the passed string.

# Structs

Date defines a type similar to time.Time but assumes a layout of RFC3339 full-date (i.e., 2006-01-02).
Time defines a type similar to time.Time but assumes a layout of RFC3339 date-time (i.e., 2006-01-02T15:04:05Z).