Documentation ¶
Index ¶
Constants ¶
This section is empty.
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 Bidder compute.Bidder Store store.ExecutionStore DebugInfoProviders []model.DebugInfoProvider }
Click to show internal directories.
Click to hide internal directories.