Documentation
¶
Index ¶
- type Config
- type Connector
- func (c *Connector) BatchInsert(ctx context.Context, events []streaming.RawEvent) error
- func (c *Connector) CountEvents(ctx context.Context, namespace string, params streaming.CountEventsParams) ([]streaming.CountEventRow, error)
- func (c *Connector) CreateNamespace(ctx context.Context, namespace string) error
- func (c *Connector) DeleteNamespace(ctx context.Context, namespace string) error
- func (c *Connector) ListEvents(ctx context.Context, namespace string, params streaming.ListEventsParams) ([]streaming.RawEvent, error)
- func (c *Connector) ListEventsV2(ctx context.Context, params streaming.ListEventsV2Params) ([]streaming.RawEvent, error)
- func (c *Connector) ListGroupByValues(ctx context.Context, params streaming.ListGroupByValuesParams) ([]string, error)
- func (c *Connector) ListSubjects(ctx context.Context, params streaming.ListSubjectsParams) ([]string, error)
- func (c *Connector) QueryMeter(ctx context.Context, namespace string, m meter.Meter, ...) ([]meter.MeterQueryRow, error)
- func (c *Connector) ValidateJSONPath(ctx context.Context, jsonPath string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
func (*Connector) BatchInsert ¶
func (*Connector) CountEvents ¶
func (c *Connector) CountEvents(ctx context.Context, namespace string, params streaming.CountEventsParams) ([]streaming.CountEventRow, error)
func (*Connector) CreateNamespace ¶
func (*Connector) DeleteNamespace ¶
func (*Connector) ListEvents ¶
func (*Connector) ListEventsV2 ¶
func (*Connector) ListGroupByValues ¶
func (*Connector) ListSubjects ¶
func (*Connector) QueryMeter ¶
Click to show internal directories.
Click to hide internal directories.