Versions in this module Expand all Collapse all v0 v0.15.1 Nov 29, 2024 v0.15.0 Nov 26, 2024 Changes in this version type PageMetadata + Aggregation string + Interval string v0.14.0 Jan 29, 2024 Changes in this version + const EqualKey + const GreaterThanEqualKey + const GreaterThanKey + const LowerThanEqualKey + const LowerThanKey + var ErrReadMessages = errors.New("failed to read messages from database") + func ParseValueComparator(query map[string]interface{}) string + type Message interface + type MessageRepository interface + ReadAll func(chanID string, pm PageMetadata) (MessagesPage, error) + type MessagesPage struct + Messages []Message + Total uint64 + type PageMetadata struct + BoolValue bool + Comparator string + DataValue string + Format string + From float64 + Limit uint64 + Name string + Offset uint64 + Protocol string + Publisher string + StringValue string + Subtopic string + To float64 + Value float64