Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBatch ¶
type EventBatch struct {
// contains filtered or unexported fields
}
func New ¶
func New(token auth.Token, timescale interfaces.Timescale, expectedQueries int64) *EventBatch
func (*EventBatch) Query ¶
func (this *EventBatch) Query(device model.Device, service model.Service, request []interfaces.TimescaleRequest, timeout time.Duration) (result []interfaces.TimescaleResponse, err error)
func (*EventBatch) Wait ¶
func (this *EventBatch) Wait() error
Click to show internal directories.
Click to hide internal directories.