Versions in this module Expand all Collapse all v0 v0.21.1 Nov 6, 2024 v0.21.0 Oct 28, 2024 Changes in this version + const AttributeArray + const AttributeBool + const AttributeEncrypted + const AttributeFloat + const AttributeIcon + const AttributeImage + const AttributeInt + const AttributeMap + const AttributeNotice + const AttributePoint + const AttributeString + const AttributeTime + const ConditionAnd + const ConditionOr + const DebugMode + const DemoMode + const Disabled + const Enabled + const Frozen + const LogLevelAlert + const LogLevelCritical + const LogLevelDebug + const LogLevelEmergency + const LogLevelError + const LogLevelInfo + const LogLevelNotice + const LogLevelWarning + const MetricRange12H + const MetricRange1m + const MetricRange24H + const MetricRange30d + const MetricRange6H + const MetricRange7d + const MetricTypeBar + const MetricTypeDoughnut + const MetricTypeHorizontalBar + const MetricTypeLine + const MetricTypePie + const MetricTypeRadar + const ReleaseMode + const ScriptLangCoffee + const ScriptLangJavascript + const ScriptLangTs + func Bool(v bool) *bool + func CheckZip(archive string) (ok bool, err error) + func Float32(v float32) *float32 + func Int64(v int64) *int64 + func Int64Value(v *int64) int64 + func Rounding(num float64, k uint) float64 + func Rounding32(num float64, k uint) float32 + func String(v string) *string + func StringValue(v *string) string + func Time(v time.Time) *time.Time + func TimeValue(v *time.Time) time.Time + func Unzip(archive, target string) error + func Zipit(sources []string, target string) error + type AttributeType string + type ConditionType string + type EntityId string + func NewEntityId(s string) *EntityId + func NewEntityIdFromPtr(s *string) *EntityId + func (e *EntityId) String() string + func (e *EntityId) StringPtr() *string + func (e EntityId) Name() string + func (e EntityId) PluginName() string + func (e EntityId) Ptr() *EntityId + type GinEngine interface + GetEngine func() *gin.Engine + type LogLevel string + type MetricRange string + func (m MetricRange) Ptr() *MetricRange + func (m MetricRange) String() string + type MetricType string + type RunMode string + type ScriptLang string + type StatusType string