package
3.3.2+incompatible
Repository: https://github.com/hyperledger/firefly-ethconnect.git
Documentation: pkg.go.dev

# Functions

AllOrNoneReqd util for checking parameters that must be provided together.
CreateTLSConfiguration creates a tls.Config structure based on parsing the configuration passed in via a TLSConfig structure.
DefInt defaults an integer to a value in an Env var, and if not the default integer provided.
No description provided by the author
No description provided by the author
No description provided by the author
GetMapString is a helper to safely extract strings from generic interface maps.
MarshalToYAML marshals a JSON annotated structure into YAML, by first going to JSON.
NewHTTPRequester constructor.
ParseHosts - credit to github.com/jaytaylor/go-hostsfile.
StrToAddress is a helper to parse eth addresses with useful errors.
UUIDv4 returns a new UUID V4 as a string.
YAMLorJSONPayload processes either a YAML or JSON payload from an input HTTP request.

# Constants

MaxPayloadSize max size of content.

# Structs

HTTPRequester performs common HTTP request logging/processing for utilities.
HTTPRequesterConf configuration for making HTTP reuqests.
TLSConfig is the common TLS config.