Versions in this module Expand all Collapse all v1 v1.3.0 May 18, 2022 Changes in this version + type PushToOracleJob struct + func (p *PushToOracleJob) New() gocelery.Runner v1.2.0 Oct 16, 2020 Changes in this version + const BootstrappedOracleService + type Bootstrapper struct + func (Bootstrapper) Bootstrap(ctx map[string]interface{}) error + type PushAttributeToOracleRequest struct + AttributeKey documents.AttrKey + OracleAddress common.Address + TokenID nft.TokenID + type PushToOracleResponse struct + JobID string + type Service interface + PushAttributeToOracle func(ctx context.Context, docID []byte, request PushAttributeToOracleRequest) (*PushToOracleResponse, error)