Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Unset is a sentinel value. Unset = "unset" // ExternalInitiatorAccessKeyHeader is the header name for the access key // used by external initiators to authenticate ExternalInitiatorAccessKeyHeader = "X-Chainlink-EA-AccessKey" // ExternalInitiatorSecretHeader is the header name for the secret used by // external initiators to authenticate ExternalInitiatorSecretHeader = "X-Chainlink-EA-Secret" )
Variables ¶
View Source
var ( // Version is the semantic version of the build or Unset. Version = Unset // Sha is the commit hash of the build or Unset. Sha = Unset )
Version and Sha are set at compile time via build arguments.
View Source
var InitTime = time.Now()
InitTime holds the initial start timestamp.
Functions ¶
func SetConsumerName ¶
SetConsumerName sets a nicely formatted application_name on the database uri
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.