Documentation ¶
Index ¶
Constants ¶
View Source
const UseDeprecatedEndpointsForTesting = "REQUESTER_ENDPOINT_USE_DEPRECATED_ENV"
NB: to whomever removes this, grep for the env var when doing so, we can't use this variable everywhere due to circular deps TODO: https://github.com/bacalhau-project/bacalhau/issues/4119
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶
func NewEndpoint(params EndpointParams) *Endpoint
type EndpointParams ¶
type EndpointParams struct { Router *echo.Echo Requester requester.Endpoint DebugInfoProviders []model.DebugInfoProvider JobStore jobstore.Store NodeDiscoverer orchestrator.NodeDiscoverer }
Click to show internal directories.
Click to hide internal directories.