Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Endpoint string // session endpoint, ex: session.thegraph.market
Insecure bool // skip certificate verification on endpoint
Plaintext bool // skip encryption on endpoint
RequestKeepAliveDelay time.Duration // delay between keep alive requests
DefaultMaxRequestPerOrganization uint64 // default maximum requests per organization
IndexerApiKey string // indexer API key for X-Api-Key header
MinimalWorkerLifeDuration time.Duration // minimal worker life duration
}
Click to show internal directories.
Click to hide internal directories.