package
0.0.0-20201108131855-b1db498c7322
Repository: https://github.com/dodoex/oracle-adapter.git
Documentation: pkg.go.dev

# Functions

NewAuth returns a pointer of an Auth implementation based on the type that was passed in.
No description provided by the author
NewServer returns a new Server with the bridges in a map indexed by its path.
ParseInterface parse a bytes slice into a JSON object.
ParseInterface attempts to coerce the input interface and parse it into a JSON object.

# Constants

No description provided by the author
No description provided by the author

# Structs

CallOpts are the options given into a http call method.
Header is the Auth implementation that requires a header to be set.
Helper is given to the receiving bridge to use on run, giving the bridge the visibility to the input parameters from the node request and having simple functions for making http calls.
Based on https://github.com/smartcontractkit/chainlink/blob/master/core/store/models/common.go#L128.
Opts is the options for each bridge.
Query is the Auth implementation that requires GET param set.
Result represents a Chainlink JobRun.
Server holds pointers to the bridges indexed by their paths and the bridge to be mounted in Lambda.

# Interfaces

Auth is the generic interface for how the client passes in their API key for authentication.
Bridge is the interface that can be implemented for custom Chainlink bridges.