package
0.3.1
Repository: https://github.com/clarify/clarify-go.git
Documentation: pkg.go.dev

# Functions

PublishedItem constructs a view for an item based on the passed in signal, including a set of base annotations referring the item back to the signal it was generated from.

# Constants

Aggregation indicates that values are aggregated from one or more sources.
Enum indicates that values should be treated as integer indices to a map of enumerated values.
Measurement indicates that values are retrieved "directly" from a sensor.
Numeric indicates that values should be treated as decimal numbers.
Prediction indicates that values are predictions or forecasts.

# Structs

CreateSummary holds the identity of a resource, and describes weather it was created due to your operation.
No description provided by the author
Identifier uniquely identifies a resource entry.
ItemAttributes contains attributes for the item select view.
No description provided by the author
ItemRelationships describe the item relationships that's exposed by the API.
ItemSave describe the save view for an item.
ItemSaveAttributes contains attributes that are part of the item save view.
Meta holds the meta data fields for a resource entry select view.
MetaSave holds the mutable meta fields for a resource entry.
Resource describes a generic resource entry select view.
SaveSummary holds the identity of a resource, and describes weather it was updated or created due to your operation.
Selection holds resource selection results.
SelectionFormat contains configuration for how a resource selection is formatted.
SelectionMeta contains top-level meta information about a resource selection.
SignalAttributes contains attributes for the signal select view.
No description provided by the author
SignalReadOnlyAttributes contains read-only signal attributes.
SignalRelationships declare the available relationships for the signal model.
SignalSave describe the save view for a signal.
SignalSaveAttributes contains attributes that are part of the signal save view.
ToMany describes a to-many relationship entry.
ToOne describes a to-one relationship entry.

# Interfaces

Normalizer describes a type that should be normalized before encoding.

# Type aliases

DataFrame provides JSON encoding and decoding for a map of series identified by a series key.
DataSeries contain a map of timestamps in micro seconds since the epoch to a floating point value.
NullIdentifier is a version of Identifier where the zero-value is encoded as null in JSON.
SourceType describe how data values where produced.
ValueType determine how data values should be interpreted.