# Packages
No description provided by the author
# Functions
No description provided by the author
Merge returns a new map with all keys merged from left to right On conflicting keys, rightmost inputs will clobber leftmost inputs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewInterval creates Interval for specified duration.
NewJSONAPIErrors creates an instance of JSONAPIErrors, with the intention of managing a collection of them.
NewJSONAPIErrorsWith creates an instance of JSONAPIErrors populated with this single detail.
No description provided by the author
No description provided by the author
No description provided by the author
ParseJSON attempts to coerce the input byte array into valid JSON and parse it into a JSON object.
No description provided by the author
No description provided by the author
# Variables
CronParser is the global parser for crontabs.
No description provided by the author
# Structs
Duration is a non-negative time duration.
JSON stores the json types string, number, bool, and null.
JSONAPIError is an individual JSONAPI Error.
JSONAPIErrors holds errors conforming to the JSONAPI spec.
SendEtherRequest represents a request to transfer ETH.
# Type aliases
AddressCollection is an array of common.Address serializable to and from a database.
Cron holds the string that will represent the spec of the cron-job.
Interval represents a time.Duration stored as a Postgres interval type.
Secret is a string that formats and encodes redacted, as "xxxxx".
SecretURL is a URL that formats and encodes redacted, as "xxxxx".
Explicit type indicating a 32-byte sha256 hash.
URL extends url.URL to implement encoding.TextMarshaler.
WebURL contains the URL of the endpoint.