Documentation ¶
Index ¶
- Variables
- func Clone(e *v1.Data) *v1.Data
- func Hit(e *v1.Data)
- func List() *v1.Data_List
- func Now() func() time.Time
- func One() *v1.Data
- func Parse(log *slog.Logger, g *geo.Geo, req *v1.Event) *v1.Data
- func Put(ls *v1.Data_List)
- func PutOne(d *v1.Data)
- func SampleRecord(opts ...SampleOption) arrow.Record
- func Samples(opts ...SampleOption) *v1.Data_List
- func Update(fromSession *v1.Data, event *v1.Data)
- type Builder
- type SampleOption
Constants ¶
This section is empty.
Variables ¶
View Source
var False = ptr(false)
View Source
var Mapping, Schema = mapping()
View Source
var True = ptr(true)
Functions ¶
func SampleRecord ¶
func SampleRecord(opts ...SampleOption) arrow.Record
func Samples ¶
func Samples(opts ...SampleOption) *v1.Data_List
Types ¶
type SampleOption ¶
type SampleOption func(*sampleOptions)
func WithNow ¶
func WithNow(now func() time.Time) SampleOption
func WithStep ¶
func WithStep(step time.Duration) SampleOption
Click to show internal directories.
Click to hide internal directories.