Documentation
¶
Overview ¶
Package dashboard provides dashboard components for the PostgreSQL PubSub provider.
Index ¶
- func Provide(dlq *Component) dashboard.Components
- type Component
- func (d *Component) Children() dashboard.Components
- func (d *Component) DeleteDeadLetter(ctx context.Context, cloudEventID string) error
- func (d *Component) Detail() dashboard.Detail
- func (d *Component) Index(ctx context.Context, query DQLListQuery) (string, error)
- func (d *Component) ReenqueueDeadLetter(ctx context.Context, cloudEventID string) error
- func (d *Component) SetRenderer(renderer *dashboard.Renderer)
- type DQLListQuery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provide ¶
func Provide(dlq *Component) dashboard.Components
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) Children ¶
func (d *Component) Children() dashboard.Components
func (*Component) DeleteDeadLetter ¶
func (*Component) ReenqueueDeadLetter ¶
func (*Component) SetRenderer ¶
type DQLListQuery ¶
Click to show internal directories.
Click to hide internal directories.