Documentation ¶
Index ¶
- type Client
- type Fallback
- func (f *Fallback) AddClient(cli Client)
- func (fb *Fallback) AttachMetrics(m *metrics.Metrics)
- func (f *Fallback) IsSet() bool
- func (f *Fallback) Len() int
- func (f *Fallback) ValidateBlock(ctx context.Context, block *types.BuilderBlockValidationRequest) (err error)
- func (f *Fallback) ValidateBlockV2(ctx context.Context, block *types.BuilderBlockValidationRequestV2) (err error)
- type Metrics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fallback ¶
type Fallback struct {
// contains filtered or unexported fields
}
func NewFallback ¶
func NewFallback() *Fallback
func (*Fallback) AttachMetrics ¶
func (*Fallback) ValidateBlock ¶
func (*Fallback) ValidateBlockV2 ¶
type Metrics ¶
type Metrics struct {
ServedFrom *prometheus.CounterVec
}
Click to show internal directories.
Click to hide internal directories.