dashboardv1alpha1

package
v0.0.0-...-3a5710b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_guance_io_json_dashboard_v1alpha1_dashboard_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Charts

type Charts struct {
	Extend  *Extend    `protobuf:"bytes,1,opt,name=extend,proto3" json:"extend,omitempty"`
	Group   *Group     `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	Name    string     `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Pos     *Pos       `protobuf:"bytes,4,opt,name=pos,proto3" json:"pos,omitempty"`
	Queries []*Queries `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"`
	Type    string     `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Charts) Descriptor deprecated

func (*Charts) Descriptor() ([]byte, []int)

Deprecated: Use Charts.ProtoReflect.Descriptor instead.

func (*Charts) GetExtend

func (x *Charts) GetExtend() *Extend

func (*Charts) GetGroup

func (x *Charts) GetGroup() *Group

func (*Charts) GetName

func (x *Charts) GetName() string

func (*Charts) GetPos

func (x *Charts) GetPos() *Pos

func (*Charts) GetQueries

func (x *Charts) GetQueries() []*Queries

func (*Charts) GetType

func (x *Charts) GetType() string

func (*Charts) ProtoMessage

func (*Charts) ProtoMessage()

func (*Charts) ProtoReflect

func (x *Charts) ProtoReflect() protoreflect.Message

func (*Charts) Reset

func (x *Charts) Reset()

func (*Charts) String

func (x *Charts) String() string

func (*Charts) Validate

func (m *Charts) Validate() error

Validate checks the field values on Charts with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Charts) ValidateAll

func (m *Charts) ValidateAll() error

ValidateAll checks the field values on Charts with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartsMultiError, or nil if none found.

type ChartsMultiError

type ChartsMultiError []error

ChartsMultiError is an error wrapping multiple validation errors returned by Charts.ValidateAll() if the designated constraints aren't met.

func (ChartsMultiError) AllErrors

func (m ChartsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartsMultiError) Error

func (m ChartsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartsValidationError

type ChartsValidationError struct {
	// contains filtered or unexported fields
}

ChartsValidationError is the validation error returned by Charts.Validate if the designated constraints aren't met.

func (ChartsValidationError) Cause

func (e ChartsValidationError) Cause() error

Cause function returns cause value.

func (ChartsValidationError) Error

func (e ChartsValidationError) Error() string

Error satisfies the builtin error interface

func (ChartsValidationError) ErrorName

func (e ChartsValidationError) ErrorName() string

ErrorName returns error name.

func (ChartsValidationError) Field

func (e ChartsValidationError) Field() string

Field function returns field value.

func (ChartsValidationError) Key

func (e ChartsValidationError) Key() bool

Key function returns key value.

func (ChartsValidationError) Reason

func (e ChartsValidationError) Reason() string

Reason function returns reason value.

type Colors

type Colors struct {
	Color string `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
	Key   string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Name  string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Colors) Descriptor deprecated

func (*Colors) Descriptor() ([]byte, []int)

Deprecated: Use Colors.ProtoReflect.Descriptor instead.

func (*Colors) GetColor

func (x *Colors) GetColor() string

func (*Colors) GetKey

func (x *Colors) GetKey() string

func (*Colors) GetName

func (x *Colors) GetName() string

func (*Colors) ProtoMessage

func (*Colors) ProtoMessage()

func (*Colors) ProtoReflect

func (x *Colors) ProtoReflect() protoreflect.Message

func (*Colors) Reset

func (x *Colors) Reset()

func (*Colors) String

func (x *Colors) String() string

func (*Colors) Validate

func (m *Colors) Validate() error

Validate checks the field values on Colors with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Colors) ValidateAll

func (m *Colors) ValidateAll() error

ValidateAll checks the field values on Colors with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColorsMultiError, or nil if none found.

type ColorsMultiError

type ColorsMultiError []error

ColorsMultiError is an error wrapping multiple validation errors returned by Colors.ValidateAll() if the designated constraints aren't met.

func (ColorsMultiError) AllErrors

func (m ColorsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColorsMultiError) Error

func (m ColorsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ColorsValidationError

type ColorsValidationError struct {
	// contains filtered or unexported fields
}

ColorsValidationError is the validation error returned by Colors.Validate if the designated constraints aren't met.

func (ColorsValidationError) Cause

func (e ColorsValidationError) Cause() error

Cause function returns cause value.

func (ColorsValidationError) Error

func (e ColorsValidationError) Error() string

Error satisfies the builtin error interface

func (ColorsValidationError) ErrorName

func (e ColorsValidationError) ErrorName() string

ErrorName returns error name.

func (ColorsValidationError) Field

func (e ColorsValidationError) Field() string

Field function returns field value.

func (ColorsValidationError) Key

func (e ColorsValidationError) Key() bool

Key function returns key value.

func (ColorsValidationError) Reason

func (e ColorsValidationError) Reason() string

Reason function returns reason value.

type Dashboard

type Dashboard struct {
	DashboardBindSet   []*Empty   `protobuf:"bytes,1,rep,name=dashboard_bind_set,json=dashboardBindSet,proto3" json:"dashboard_bind_set,omitempty"`
	DashboardExtend    *Empty     `protobuf:"bytes,2,opt,name=dashboard_extend,json=dashboardExtend,proto3" json:"dashboard_extend,omitempty"`
	DashboardMapping   []*Empty   `protobuf:"bytes,3,rep,name=dashboard_mapping,json=dashboardMapping,proto3" json:"dashboard_mapping,omitempty"`
	DashboardOwnerType string     `protobuf:"bytes,4,opt,name=dashboard_owner_type,json=dashboardOwnerType,proto3" json:"dashboard_owner_type,omitempty"`
	DashboardType      string     `protobuf:"bytes,5,opt,name=dashboard_type,json=dashboardType,proto3" json:"dashboard_type,omitempty"`
	IconSet            *IconSet   `protobuf:"bytes,6,opt,name=icon_set,json=iconSet,proto3" json:"icon_set,omitempty"`
	Main               *Main      `protobuf:"bytes,7,opt,name=main,proto3" json:"main,omitempty"`
	Summary            string     `protobuf:"bytes,8,opt,name=summary,proto3" json:"summary,omitempty"`
	TagInfo            []*Taginfo `protobuf:"bytes,9,rep,name=tag_info,json=tagInfo,proto3" json:"tag_info,omitempty"`
	Tags               []*Empty   `protobuf:"bytes,10,rep,name=tags,proto3" json:"tags,omitempty"`
	Thumbnail          string     `protobuf:"bytes,11,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"`
	Title              string     `protobuf:"bytes,12,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Dashboard) Descriptor deprecated

func (*Dashboard) Descriptor() ([]byte, []int)

Deprecated: Use Dashboard.ProtoReflect.Descriptor instead.

func (*Dashboard) GetDashboardBindSet

func (x *Dashboard) GetDashboardBindSet() []*Empty

func (*Dashboard) GetDashboardExtend

func (x *Dashboard) GetDashboardExtend() *Empty

func (*Dashboard) GetDashboardMapping

func (x *Dashboard) GetDashboardMapping() []*Empty

func (*Dashboard) GetDashboardOwnerType

func (x *Dashboard) GetDashboardOwnerType() string

func (*Dashboard) GetDashboardType

func (x *Dashboard) GetDashboardType() string

func (*Dashboard) GetIconSet

func (x *Dashboard) GetIconSet() *IconSet

func (*Dashboard) GetMain

func (x *Dashboard) GetMain() *Main

func (*Dashboard) GetSummary

func (x *Dashboard) GetSummary() string

func (*Dashboard) GetTagInfo

func (x *Dashboard) GetTagInfo() []*Taginfo

func (*Dashboard) GetTags

func (x *Dashboard) GetTags() []*Empty

func (*Dashboard) GetThumbnail

func (x *Dashboard) GetThumbnail() string

func (*Dashboard) GetTitle

func (x *Dashboard) GetTitle() string

func (*Dashboard) ProtoMessage

func (*Dashboard) ProtoMessage()

func (*Dashboard) ProtoReflect

func (x *Dashboard) ProtoReflect() protoreflect.Message

func (*Dashboard) Reset

func (x *Dashboard) Reset()

func (*Dashboard) String

func (x *Dashboard) String() string

func (*Dashboard) Validate

func (m *Dashboard) Validate() error

Validate checks the field values on Dashboard with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Dashboard) ValidateAll

func (m *Dashboard) ValidateAll() error

ValidateAll checks the field values on Dashboard with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DashboardMultiError, or nil if none found.

type DashboardMultiError

type DashboardMultiError []error

DashboardMultiError is an error wrapping multiple validation errors returned by Dashboard.ValidateAll() if the designated constraints aren't met.

func (DashboardMultiError) AllErrors

func (m DashboardMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DashboardMultiError) Error

func (m DashboardMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DashboardValidationError

type DashboardValidationError struct {
	// contains filtered or unexported fields
}

DashboardValidationError is the validation error returned by Dashboard.Validate if the designated constraints aren't met.

func (DashboardValidationError) Cause

func (e DashboardValidationError) Cause() error

Cause function returns cause value.

func (DashboardValidationError) Error

func (e DashboardValidationError) Error() string

Error satisfies the builtin error interface

func (DashboardValidationError) ErrorName

func (e DashboardValidationError) ErrorName() string

ErrorName returns error name.

func (DashboardValidationError) Field

func (e DashboardValidationError) Field() string

Field function returns field value.

func (DashboardValidationError) Key

Key function returns key value.

func (DashboardValidationError) Reason

func (e DashboardValidationError) Reason() string

Reason function returns reason value.

type Defaultval

type Defaultval struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Defaultval) Descriptor deprecated

func (*Defaultval) Descriptor() ([]byte, []int)

Deprecated: Use Defaultval.ProtoReflect.Descriptor instead.

func (*Defaultval) GetLabel

func (x *Defaultval) GetLabel() string

func (*Defaultval) GetValue

func (x *Defaultval) GetValue() string

func (*Defaultval) ProtoMessage

func (*Defaultval) ProtoMessage()

func (*Defaultval) ProtoReflect

func (x *Defaultval) ProtoReflect() protoreflect.Message

func (*Defaultval) Reset

func (x *Defaultval) Reset()

func (*Defaultval) String

func (x *Defaultval) String() string

func (*Defaultval) Validate

func (m *Defaultval) Validate() error

Validate checks the field values on Defaultval with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Defaultval) ValidateAll

func (m *Defaultval) ValidateAll() error

ValidateAll checks the field values on Defaultval with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DefaultvalMultiError, or nil if none found.

type DefaultvalMultiError

type DefaultvalMultiError []error

DefaultvalMultiError is an error wrapping multiple validation errors returned by Defaultval.ValidateAll() if the designated constraints aren't met.

func (DefaultvalMultiError) AllErrors

func (m DefaultvalMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DefaultvalMultiError) Error

func (m DefaultvalMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DefaultvalValidationError

type DefaultvalValidationError struct {
	// contains filtered or unexported fields
}

DefaultvalValidationError is the validation error returned by Defaultval.Validate if the designated constraints aren't met.

func (DefaultvalValidationError) Cause

func (e DefaultvalValidationError) Cause() error

Cause function returns cause value.

func (DefaultvalValidationError) Error

Error satisfies the builtin error interface

func (DefaultvalValidationError) ErrorName

func (e DefaultvalValidationError) ErrorName() string

ErrorName returns error name.

func (DefaultvalValidationError) Field

Field function returns field value.

func (DefaultvalValidationError) Key

Key function returns key value.

func (DefaultvalValidationError) Reason

func (e DefaultvalValidationError) Reason() string

Reason function returns reason value.

type Definition

type Definition struct {
	DefaultVal *Defaultval `protobuf:"bytes,1,opt,name=default_val,json=defaultVal,proto3" json:"default_val,omitempty"`
	Field      string      `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	Metric     string      `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric,omitempty"`
	Object     string      `protobuf:"bytes,4,opt,name=object,proto3" json:"object,omitempty"`
	Tag        string      `protobuf:"bytes,5,opt,name=tag,proto3" json:"tag,omitempty"`
	Value      string      `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Definition) Descriptor deprecated

func (*Definition) Descriptor() ([]byte, []int)

Deprecated: Use Definition.ProtoReflect.Descriptor instead.

func (*Definition) GetDefaultVal

func (x *Definition) GetDefaultVal() *Defaultval

func (*Definition) GetField

func (x *Definition) GetField() string

func (*Definition) GetMetric

func (x *Definition) GetMetric() string

func (*Definition) GetObject

func (x *Definition) GetObject() string

func (*Definition) GetTag

func (x *Definition) GetTag() string

func (*Definition) GetValue

func (x *Definition) GetValue() string

func (*Definition) ProtoMessage

func (*Definition) ProtoMessage()

func (*Definition) ProtoReflect

func (x *Definition) ProtoReflect() protoreflect.Message

func (*Definition) Reset

func (x *Definition) Reset()

func (*Definition) String

func (x *Definition) String() string

func (*Definition) Validate

func (m *Definition) Validate() error

Validate checks the field values on Definition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Definition) ValidateAll

func (m *Definition) ValidateAll() error

ValidateAll checks the field values on Definition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DefinitionMultiError, or nil if none found.

type DefinitionMultiError

type DefinitionMultiError []error

DefinitionMultiError is an error wrapping multiple validation errors returned by Definition.ValidateAll() if the designated constraints aren't met.

func (DefinitionMultiError) AllErrors

func (m DefinitionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DefinitionMultiError) Error

func (m DefinitionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DefinitionValidationError

type DefinitionValidationError struct {
	// contains filtered or unexported fields
}

DefinitionValidationError is the validation error returned by Definition.Validate if the designated constraints aren't met.

func (DefinitionValidationError) Cause

func (e DefinitionValidationError) Cause() error

Cause function returns cause value.

func (DefinitionValidationError) Error

Error satisfies the builtin error interface

func (DefinitionValidationError) ErrorName

func (e DefinitionValidationError) ErrorName() string

ErrorName returns error name.

func (DefinitionValidationError) Field

Field function returns field value.

func (DefinitionValidationError) Key

Key function returns key value.

func (DefinitionValidationError) Reason

func (e DefinitionValidationError) Reason() string

Reason function returns reason value.

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

func (*Empty) Descriptor() ([]byte, []int)

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

func (*Empty) Validate

func (m *Empty) Validate() error

Validate checks the field values on Empty with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Empty) ValidateAll

func (m *Empty) ValidateAll() error

ValidateAll checks the field values on Empty with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmptyMultiError, or nil if none found.

type EmptyMultiError

type EmptyMultiError []error

EmptyMultiError is an error wrapping multiple validation errors returned by Empty.ValidateAll() if the designated constraints aren't met.

func (EmptyMultiError) AllErrors

func (m EmptyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmptyMultiError) Error

func (m EmptyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EmptyValidationError

type EmptyValidationError struct {
	// contains filtered or unexported fields
}

EmptyValidationError is the validation error returned by Empty.Validate if the designated constraints aren't met.

func (EmptyValidationError) Cause

func (e EmptyValidationError) Cause() error

Cause function returns cause value.

func (EmptyValidationError) Error

func (e EmptyValidationError) Error() string

Error satisfies the builtin error interface

func (EmptyValidationError) ErrorName

func (e EmptyValidationError) ErrorName() string

ErrorName returns error name.

func (EmptyValidationError) Field

func (e EmptyValidationError) Field() string

Field function returns field value.

func (EmptyValidationError) Key

func (e EmptyValidationError) Key() bool

Key function returns key value.

func (EmptyValidationError) Reason

func (e EmptyValidationError) Reason() string

Reason function returns reason value.

type Extend

type Extend struct {
	FixedTime string    `protobuf:"bytes,1,opt,name=fixed_time,json=fixedTime,proto3" json:"fixed_time,omitempty"`
	Settings  *Settings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*Extend) Descriptor deprecated

func (*Extend) Descriptor() ([]byte, []int)

Deprecated: Use Extend.ProtoReflect.Descriptor instead.

func (*Extend) GetFixedTime

func (x *Extend) GetFixedTime() string

func (*Extend) GetSettings

func (x *Extend) GetSettings() *Settings

func (*Extend) ProtoMessage

func (*Extend) ProtoMessage()

func (*Extend) ProtoReflect

func (x *Extend) ProtoReflect() protoreflect.Message

func (*Extend) Reset

func (x *Extend) Reset()

func (*Extend) String

func (x *Extend) String() string

func (*Extend) Validate

func (m *Extend) Validate() error

Validate checks the field values on Extend with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Extend) ValidateAll

func (m *Extend) ValidateAll() error

ValidateAll checks the field values on Extend with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExtendMultiError, or nil if none found.

type ExtendMultiError

type ExtendMultiError []error

ExtendMultiError is an error wrapping multiple validation errors returned by Extend.ValidateAll() if the designated constraints aren't met.

func (ExtendMultiError) AllErrors

func (m ExtendMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExtendMultiError) Error

func (m ExtendMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExtendValidationError

type ExtendValidationError struct {
	// contains filtered or unexported fields
}

ExtendValidationError is the validation error returned by Extend.Validate if the designated constraints aren't met.

func (ExtendValidationError) Cause

func (e ExtendValidationError) Cause() error

Cause function returns cause value.

func (ExtendValidationError) Error

func (e ExtendValidationError) Error() string

Error satisfies the builtin error interface

func (ExtendValidationError) ErrorName

func (e ExtendValidationError) ErrorName() string

ErrorName returns error name.

func (ExtendValidationError) Field

func (e ExtendValidationError) Field() string

Field function returns field value.

func (ExtendValidationError) Key

func (e ExtendValidationError) Key() bool

Key function returns key value.

func (ExtendValidationError) Reason

func (e ExtendValidationError) Reason() string

Reason function returns reason value.

type Filters

type Filters struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Logic string `protobuf:"bytes,2,opt,name=logic,proto3" json:"logic,omitempty"`
	Name  string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Op    string `protobuf:"bytes,4,opt,name=op,proto3" json:"op,omitempty"`
	Type  string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Value string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Filters) Descriptor deprecated

func (*Filters) Descriptor() ([]byte, []int)

Deprecated: Use Filters.ProtoReflect.Descriptor instead.

func (*Filters) GetId

func (x *Filters) GetId() string

func (*Filters) GetLogic

func (x *Filters) GetLogic() string

func (*Filters) GetName

func (x *Filters) GetName() string

func (*Filters) GetOp

func (x *Filters) GetOp() string

func (*Filters) GetType

func (x *Filters) GetType() string

func (*Filters) GetValue

func (x *Filters) GetValue() string

func (*Filters) ProtoMessage

func (*Filters) ProtoMessage()

func (*Filters) ProtoReflect

func (x *Filters) ProtoReflect() protoreflect.Message

func (*Filters) Reset

func (x *Filters) Reset()

func (*Filters) String

func (x *Filters) String() string

func (*Filters) Validate

func (m *Filters) Validate() error

Validate checks the field values on Filters with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Filters) ValidateAll

func (m *Filters) ValidateAll() error

ValidateAll checks the field values on Filters with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FiltersMultiError, or nil if none found.

type FiltersMultiError

type FiltersMultiError []error

FiltersMultiError is an error wrapping multiple validation errors returned by Filters.ValidateAll() if the designated constraints aren't met.

func (FiltersMultiError) AllErrors

func (m FiltersMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FiltersMultiError) Error

func (m FiltersMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type FiltersValidationError

type FiltersValidationError struct {
	// contains filtered or unexported fields
}

FiltersValidationError is the validation error returned by Filters.Validate if the designated constraints aren't met.

func (FiltersValidationError) Cause

func (e FiltersValidationError) Cause() error

Cause function returns cause value.

func (FiltersValidationError) Error

func (e FiltersValidationError) Error() string

Error satisfies the builtin error interface

func (FiltersValidationError) ErrorName

func (e FiltersValidationError) ErrorName() string

ErrorName returns error name.

func (FiltersValidationError) Field

func (e FiltersValidationError) Field() string

Field function returns field value.

func (FiltersValidationError) Key

func (e FiltersValidationError) Key() bool

Key function returns key value.

func (FiltersValidationError) Reason

func (e FiltersValidationError) Reason() string

Reason function returns reason value.

type Group

type Group struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) Descriptor deprecated

func (*Group) Descriptor() ([]byte, []int)

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetName

func (x *Group) GetName() string

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

func (x *Group) ProtoReflect() protoreflect.Message

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

func (*Group) Validate

func (m *Group) Validate() error

Validate checks the field values on Group with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Group) ValidateAll

func (m *Group) ValidateAll() error

ValidateAll checks the field values on Group with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupMultiError, or nil if none found.

type GroupMultiError

type GroupMultiError []error

GroupMultiError is an error wrapping multiple validation errors returned by Group.ValidateAll() if the designated constraints aren't met.

func (GroupMultiError) AllErrors

func (m GroupMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GroupMultiError) Error

func (m GroupMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GroupValidationError

type GroupValidationError struct {
	// contains filtered or unexported fields
}

GroupValidationError is the validation error returned by Group.Validate if the designated constraints aren't met.

func (GroupValidationError) Cause

func (e GroupValidationError) Cause() error

Cause function returns cause value.

func (GroupValidationError) Error

func (e GroupValidationError) Error() string

Error satisfies the builtin error interface

func (GroupValidationError) ErrorName

func (e GroupValidationError) ErrorName() string

ErrorName returns error name.

func (GroupValidationError) Field

func (e GroupValidationError) Field() string

Field function returns field value.

func (GroupValidationError) Key

func (e GroupValidationError) Key() bool

Key function returns key value.

func (GroupValidationError) Reason

func (e GroupValidationError) Reason() string

Reason function returns reason value.

type IconSet

type IconSet struct {
	Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon,omitempty"`
	Url  string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*IconSet) Descriptor deprecated

func (*IconSet) Descriptor() ([]byte, []int)

Deprecated: Use IconSet.ProtoReflect.Descriptor instead.

func (*IconSet) GetIcon

func (x *IconSet) GetIcon() string

func (*IconSet) GetUrl

func (x *IconSet) GetUrl() string

func (*IconSet) ProtoMessage

func (*IconSet) ProtoMessage()

func (*IconSet) ProtoReflect

func (x *IconSet) ProtoReflect() protoreflect.Message

func (*IconSet) Reset

func (x *IconSet) Reset()

func (*IconSet) String

func (x *IconSet) String() string

func (*IconSet) Validate

func (m *IconSet) Validate() error

Validate checks the field values on IconSet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IconSet) ValidateAll

func (m *IconSet) ValidateAll() error

ValidateAll checks the field values on IconSet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IconSetMultiError, or nil if none found.

type IconSetMultiError

type IconSetMultiError []error

IconSetMultiError is an error wrapping multiple validation errors returned by IconSet.ValidateAll() if the designated constraints aren't met.

func (IconSetMultiError) AllErrors

func (m IconSetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IconSetMultiError) Error

func (m IconSetMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IconSetValidationError

type IconSetValidationError struct {
	// contains filtered or unexported fields
}

IconSetValidationError is the validation error returned by IconSet.Validate if the designated constraints aren't met.

func (IconSetValidationError) Cause

func (e IconSetValidationError) Cause() error

Cause function returns cause value.

func (IconSetValidationError) Error

func (e IconSetValidationError) Error() string

Error satisfies the builtin error interface

func (IconSetValidationError) ErrorName

func (e IconSetValidationError) ErrorName() string

ErrorName returns error name.

func (IconSetValidationError) Field

func (e IconSetValidationError) Field() string

Field function returns field value.

func (IconSetValidationError) Key

func (e IconSetValidationError) Key() bool

Key function returns key value.

func (IconSetValidationError) Reason

func (e IconSetValidationError) Reason() string

Reason function returns reason value.

type Levels

type Levels struct {
	LineColor string   `protobuf:"bytes,1,opt,name=line_color,json=lineColor,proto3" json:"line_color,omitempty"`
	Operation string   `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
	Value     []uint32 `protobuf:"varint,3,rep,packed,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Levels) Descriptor deprecated

func (*Levels) Descriptor() ([]byte, []int)

Deprecated: Use Levels.ProtoReflect.Descriptor instead.

func (*Levels) GetLineColor

func (x *Levels) GetLineColor() string

func (*Levels) GetOperation

func (x *Levels) GetOperation() string

func (*Levels) GetValue

func (x *Levels) GetValue() []uint32

func (*Levels) ProtoMessage

func (*Levels) ProtoMessage()

func (*Levels) ProtoReflect

func (x *Levels) ProtoReflect() protoreflect.Message

func (*Levels) Reset

func (x *Levels) Reset()

func (*Levels) String

func (x *Levels) String() string

func (*Levels) Validate

func (m *Levels) Validate() error

Validate checks the field values on Levels with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Levels) ValidateAll

func (m *Levels) ValidateAll() error

ValidateAll checks the field values on Levels with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LevelsMultiError, or nil if none found.

type LevelsMultiError

type LevelsMultiError []error

LevelsMultiError is an error wrapping multiple validation errors returned by Levels.ValidateAll() if the designated constraints aren't met.

func (LevelsMultiError) AllErrors

func (m LevelsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LevelsMultiError) Error

func (m LevelsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LevelsValidationError

type LevelsValidationError struct {
	// contains filtered or unexported fields
}

LevelsValidationError is the validation error returned by Levels.Validate if the designated constraints aren't met.

func (LevelsValidationError) Cause

func (e LevelsValidationError) Cause() error

Cause function returns cause value.

func (LevelsValidationError) Error

func (e LevelsValidationError) Error() string

Error satisfies the builtin error interface

func (LevelsValidationError) ErrorName

func (e LevelsValidationError) ErrorName() string

ErrorName returns error name.

func (LevelsValidationError) Field

func (e LevelsValidationError) Field() string

Field function returns field value.

func (LevelsValidationError) Key

func (e LevelsValidationError) Key() bool

Key function returns key value.

func (LevelsValidationError) Reason

func (e LevelsValidationError) Reason() string

Reason function returns reason value.

type Main

type Main struct {
	Charts []*Charts `protobuf:"bytes,1,rep,name=charts,proto3" json:"charts,omitempty"`
	Groups []string  `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"`
	Type   string    `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Vars   []*Vars   `protobuf:"bytes,4,rep,name=vars,proto3" json:"vars,omitempty"`
	// contains filtered or unexported fields
}

func (*Main) Descriptor deprecated

func (*Main) Descriptor() ([]byte, []int)

Deprecated: Use Main.ProtoReflect.Descriptor instead.

func (*Main) GetCharts

func (x *Main) GetCharts() []*Charts

func (*Main) GetGroups

func (x *Main) GetGroups() []string

func (*Main) GetType

func (x *Main) GetType() string

func (*Main) GetVars

func (x *Main) GetVars() []*Vars

func (*Main) ProtoMessage

func (*Main) ProtoMessage()

func (*Main) ProtoReflect

func (x *Main) ProtoReflect() protoreflect.Message

func (*Main) Reset

func (x *Main) Reset()

func (*Main) String

func (x *Main) String() string

func (*Main) Validate

func (m *Main) Validate() error

Validate checks the field values on Main with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Main) ValidateAll

func (m *Main) ValidateAll() error

ValidateAll checks the field values on Main with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MainMultiError, or nil if none found.

type MainMultiError

type MainMultiError []error

MainMultiError is an error wrapping multiple validation errors returned by Main.ValidateAll() if the designated constraints aren't met.

func (MainMultiError) AllErrors

func (m MainMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MainMultiError) Error

func (m MainMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MainValidationError

type MainValidationError struct {
	// contains filtered or unexported fields
}

MainValidationError is the validation error returned by Main.Validate if the designated constraints aren't met.

func (MainValidationError) Cause

func (e MainValidationError) Cause() error

Cause function returns cause value.

func (MainValidationError) Error

func (e MainValidationError) Error() string

Error satisfies the builtin error interface

func (MainValidationError) ErrorName

func (e MainValidationError) ErrorName() string

ErrorName returns error name.

func (MainValidationError) Field

func (e MainValidationError) Field() string

Field function returns field value.

func (MainValidationError) Key

func (e MainValidationError) Key() bool

Key function returns key value.

func (MainValidationError) Reason

func (e MainValidationError) Reason() string

Reason function returns reason value.

type Pos

type Pos struct {
	H uint32  `protobuf:"varint,1,opt,name=h,proto3" json:"h,omitempty"`
	I string  `protobuf:"bytes,2,opt,name=i,proto3" json:"i,omitempty"`
	W uint32  `protobuf:"varint,3,opt,name=w,proto3" json:"w,omitempty"`
	X uint32  `protobuf:"varint,4,opt,name=x,proto3" json:"x,omitempty"`
	Y float64 `protobuf:"fixed64,5,opt,name=y,proto3" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*Pos) Descriptor deprecated

func (*Pos) Descriptor() ([]byte, []int)

Deprecated: Use Pos.ProtoReflect.Descriptor instead.

func (*Pos) GetH

func (x *Pos) GetH() uint32

func (*Pos) GetI

func (x *Pos) GetI() string

func (*Pos) GetW

func (x *Pos) GetW() uint32

func (*Pos) GetX

func (x *Pos) GetX() uint32

func (*Pos) GetY

func (x *Pos) GetY() float64

func (*Pos) ProtoMessage

func (*Pos) ProtoMessage()

func (*Pos) ProtoReflect

func (x *Pos) ProtoReflect() protoreflect.Message

func (*Pos) Reset

func (x *Pos) Reset()

func (*Pos) String

func (x *Pos) String() string

func (*Pos) Validate

func (m *Pos) Validate() error

Validate checks the field values on Pos with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Pos) ValidateAll

func (m *Pos) ValidateAll() error

ValidateAll checks the field values on Pos with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PosMultiError, or nil if none found.

type PosMultiError

type PosMultiError []error

PosMultiError is an error wrapping multiple validation errors returned by Pos.ValidateAll() if the designated constraints aren't met.

func (PosMultiError) AllErrors

func (m PosMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PosMultiError) Error

func (m PosMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PosValidationError

type PosValidationError struct {
	// contains filtered or unexported fields
}

PosValidationError is the validation error returned by Pos.Validate if the designated constraints aren't met.

func (PosValidationError) Cause

func (e PosValidationError) Cause() error

Cause function returns cause value.

func (PosValidationError) Error

func (e PosValidationError) Error() string

Error satisfies the builtin error interface

func (PosValidationError) ErrorName

func (e PosValidationError) ErrorName() string

ErrorName returns error name.

func (PosValidationError) Field

func (e PosValidationError) Field() string

Field function returns field value.

func (PosValidationError) Key

func (e PosValidationError) Key() bool

Key function returns key value.

func (PosValidationError) Reason

func (e PosValidationError) Reason() string

Reason function returns reason value.

type Queries

type Queries struct {
	Color      string `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
	Datasource string `protobuf:"bytes,2,opt,name=datasource,proto3" json:"datasource,omitempty"`
	Name       string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Qtype      string `protobuf:"bytes,4,opt,name=qtype,proto3" json:"qtype,omitempty"`
	Query      *Query `protobuf:"bytes,5,opt,name=query,proto3" json:"query,omitempty"`
	Type       string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	Unit       string `protobuf:"bytes,7,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*Queries) Descriptor deprecated

func (*Queries) Descriptor() ([]byte, []int)

Deprecated: Use Queries.ProtoReflect.Descriptor instead.

func (*Queries) GetColor

func (x *Queries) GetColor() string

func (*Queries) GetDatasource

func (x *Queries) GetDatasource() string

func (*Queries) GetName

func (x *Queries) GetName() string

func (*Queries) GetQtype

func (x *Queries) GetQtype() string

func (*Queries) GetQuery

func (x *Queries) GetQuery() *Query

func (*Queries) GetType

func (x *Queries) GetType() string

func (*Queries) GetUnit

func (x *Queries) GetUnit() string

func (*Queries) ProtoMessage

func (*Queries) ProtoMessage()

func (*Queries) ProtoReflect

func (x *Queries) ProtoReflect() protoreflect.Message

func (*Queries) Reset

func (x *Queries) Reset()

func (*Queries) String

func (x *Queries) String() string

func (*Queries) Validate

func (m *Queries) Validate() error

Validate checks the field values on Queries with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Queries) ValidateAll

func (m *Queries) ValidateAll() error

ValidateAll checks the field values on Queries with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueriesMultiError, or nil if none found.

type QueriesMultiError

type QueriesMultiError []error

QueriesMultiError is an error wrapping multiple validation errors returned by Queries.ValidateAll() if the designated constraints aren't met.

func (QueriesMultiError) AllErrors

func (m QueriesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueriesMultiError) Error

func (m QueriesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueriesValidationError

type QueriesValidationError struct {
	// contains filtered or unexported fields
}

QueriesValidationError is the validation error returned by Queries.Validate if the designated constraints aren't met.

func (QueriesValidationError) Cause

func (e QueriesValidationError) Cause() error

Cause function returns cause value.

func (QueriesValidationError) Error

func (e QueriesValidationError) Error() string

Error satisfies the builtin error interface

func (QueriesValidationError) ErrorName

func (e QueriesValidationError) ErrorName() string

ErrorName returns error name.

func (QueriesValidationError) Field

func (e QueriesValidationError) Field() string

Field function returns field value.

func (QueriesValidationError) Key

func (e QueriesValidationError) Key() bool

Key function returns key value.

func (QueriesValidationError) Reason

func (e QueriesValidationError) Reason() string

Reason function returns reason value.

type Query

type Query struct {
	Alias       string        `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
	Code        string        `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	DataSource  string        `protobuf:"bytes,3,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
	Field       string        `protobuf:"bytes,4,opt,name=field,proto3" json:"field,omitempty"`
	FieldFunc   string        `protobuf:"bytes,5,opt,name=field_func,json=fieldFunc,proto3" json:"field_func,omitempty"`
	FieldType   string        `protobuf:"bytes,6,opt,name=field_type,json=fieldType,proto3" json:"field_type,omitempty"`
	Fill        string        `protobuf:"bytes,7,opt,name=fill,proto3" json:"fill,omitempty"`
	Filters     []*Filters    `protobuf:"bytes,8,rep,name=filters,proto3" json:"filters,omitempty"`
	FuncList    []string      `protobuf:"bytes,9,rep,name=func_list,json=funcList,proto3" json:"func_list,omitempty"`
	GroupBy     []string      `protobuf:"bytes,10,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	GroupByTime string        `protobuf:"bytes,11,opt,name=group_by_time,json=groupByTime,proto3" json:"group_by_time,omitempty"`
	Namespace   string        `protobuf:"bytes,12,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Q           string        `protobuf:"bytes,13,opt,name=q,proto3" json:"q,omitempty"`
	QueryFuncs  []*QueryFuncs `protobuf:"bytes,14,rep,name=query_funcs,json=queryFuncs,proto3" json:"query_funcs,omitempty"`
	Type        string        `protobuf:"bytes,15,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Query) Descriptor deprecated

func (*Query) Descriptor() ([]byte, []int)

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) GetAlias

func (x *Query) GetAlias() string

func (*Query) GetCode

func (x *Query) GetCode() string

func (*Query) GetDataSource

func (x *Query) GetDataSource() string

func (*Query) GetField

func (x *Query) GetField() string

func (*Query) GetFieldFunc

func (x *Query) GetFieldFunc() string

func (*Query) GetFieldType

func (x *Query) GetFieldType() string

func (*Query) GetFill

func (x *Query) GetFill() string

func (*Query) GetFilters

func (x *Query) GetFilters() []*Filters

func (*Query) GetFuncList

func (x *Query) GetFuncList() []string

func (*Query) GetGroupBy

func (x *Query) GetGroupBy() []string

func (*Query) GetGroupByTime

func (x *Query) GetGroupByTime() string

func (*Query) GetNamespace

func (x *Query) GetNamespace() string

func (*Query) GetQ

func (x *Query) GetQ() string

func (*Query) GetQueryFuncs

func (x *Query) GetQueryFuncs() []*QueryFuncs

func (*Query) GetType

func (x *Query) GetType() string

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) ProtoReflect

func (x *Query) ProtoReflect() protoreflect.Message

func (*Query) Reset

func (x *Query) Reset()

func (*Query) String

func (x *Query) String() string

func (*Query) Validate

func (m *Query) Validate() error

Validate checks the field values on Query with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Query) ValidateAll

func (m *Query) ValidateAll() error

ValidateAll checks the field values on Query with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryMultiError, or nil if none found.

type QueryFuncs

type QueryFuncs struct {
	Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"`
	Name string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryFuncs) Descriptor deprecated

func (*QueryFuncs) Descriptor() ([]byte, []int)

Deprecated: Use QueryFuncs.ProtoReflect.Descriptor instead.

func (*QueryFuncs) GetArgs

func (x *QueryFuncs) GetArgs() []string

func (*QueryFuncs) GetName

func (x *QueryFuncs) GetName() string

func (*QueryFuncs) ProtoMessage

func (*QueryFuncs) ProtoMessage()

func (*QueryFuncs) ProtoReflect

func (x *QueryFuncs) ProtoReflect() protoreflect.Message

func (*QueryFuncs) Reset

func (x *QueryFuncs) Reset()

func (*QueryFuncs) String

func (x *QueryFuncs) String() string

func (*QueryFuncs) Validate

func (m *QueryFuncs) Validate() error

Validate checks the field values on QueryFuncs with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QueryFuncs) ValidateAll

func (m *QueryFuncs) ValidateAll() error

ValidateAll checks the field values on QueryFuncs with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryFuncsMultiError, or nil if none found.

type QueryFuncsMultiError

type QueryFuncsMultiError []error

QueryFuncsMultiError is an error wrapping multiple validation errors returned by QueryFuncs.ValidateAll() if the designated constraints aren't met.

func (QueryFuncsMultiError) AllErrors

func (m QueryFuncsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryFuncsMultiError) Error

func (m QueryFuncsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueryFuncsValidationError

type QueryFuncsValidationError struct {
	// contains filtered or unexported fields
}

QueryFuncsValidationError is the validation error returned by QueryFuncs.Validate if the designated constraints aren't met.

func (QueryFuncsValidationError) Cause

func (e QueryFuncsValidationError) Cause() error

Cause function returns cause value.

func (QueryFuncsValidationError) Error

Error satisfies the builtin error interface

func (QueryFuncsValidationError) ErrorName

func (e QueryFuncsValidationError) ErrorName() string

ErrorName returns error name.

func (QueryFuncsValidationError) Field

Field function returns field value.

func (QueryFuncsValidationError) Key

Key function returns key value.

func (QueryFuncsValidationError) Reason

func (e QueryFuncsValidationError) Reason() string

Reason function returns reason value.

type QueryMultiError

type QueryMultiError []error

QueryMultiError is an error wrapping multiple validation errors returned by Query.ValidateAll() if the designated constraints aren't met.

func (QueryMultiError) AllErrors

func (m QueryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryMultiError) Error

func (m QueryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueryValidationError

type QueryValidationError struct {
	// contains filtered or unexported fields
}

QueryValidationError is the validation error returned by Query.Validate if the designated constraints aren't met.

func (QueryValidationError) Cause

func (e QueryValidationError) Cause() error

Cause function returns cause value.

func (QueryValidationError) Error

func (e QueryValidationError) Error() string

Error satisfies the builtin error interface

func (QueryValidationError) ErrorName

func (e QueryValidationError) ErrorName() string

ErrorName returns error name.

func (QueryValidationError) Field

func (e QueryValidationError) Field() string

Field function returns field value.

func (QueryValidationError) Key

func (e QueryValidationError) Key() bool

Key function returns key value.

func (QueryValidationError) Reason

func (e QueryValidationError) Reason() string

Reason function returns reason value.

type Settings

type Settings struct {
	ChartType        string    `protobuf:"bytes,1,opt,name=chart_type,json=chartType,proto3" json:"chart_type,omitempty"`
	Colors           []*Colors `protobuf:"bytes,2,rep,name=colors,proto3" json:"colors,omitempty"`
	CompareTitle     string    `protobuf:"bytes,3,opt,name=compare_title,json=compareTitle,proto3" json:"compare_title,omitempty"`
	CompareType      string    `protobuf:"bytes,4,opt,name=compare_type,json=compareType,proto3" json:"compare_type,omitempty"`
	CurrentChartType string    `protobuf:"bytes,5,opt,name=current_chart_type,json=currentChartType,proto3" json:"current_chart_type,omitempty"`
	Density          string    `protobuf:"bytes,6,opt,name=density,proto3" json:"density,omitempty"`
	FixedTime        string    `protobuf:"bytes,7,opt,name=fixed_time,json=fixedTime,proto3" json:"fixed_time,omitempty"`
	IsPercent        bool      `protobuf:"varint,8,opt,name=is_percent,json=isPercent,proto3" json:"is_percent,omitempty"`
	IsTimeInterval   bool      `protobuf:"varint,9,opt,name=is_time_interval,json=isTimeInterval,proto3" json:"is_time_interval,omitempty"`
	Levels           []*Levels `protobuf:"bytes,10,rep,name=levels,proto3" json:"levels,omitempty"`
	OpenCompare      bool      `protobuf:"varint,11,opt,name=open_compare,json=openCompare,proto3" json:"open_compare,omitempty"`
	OpenStack        bool      `protobuf:"varint,12,opt,name=open_stack,json=openStack,proto3" json:"open_stack,omitempty"`
	ShowFieldMapping bool      `protobuf:"varint,13,opt,name=show_field_mapping,json=showFieldMapping,proto3" json:"show_field_mapping,omitempty"`
	ShowLine         bool      `protobuf:"varint,14,opt,name=show_line,json=showLine,proto3" json:"show_line,omitempty"`
	ShowTitle        bool      `protobuf:"varint,15,opt,name=show_title,json=showTitle,proto3" json:"show_title,omitempty"`
	StackType        string    `protobuf:"bytes,16,opt,name=stack_type,json=stackType,proto3" json:"stack_type,omitempty"`
	TimeInterval     string    `protobuf:"bytes,17,opt,name=time_interval,json=timeInterval,proto3" json:"time_interval,omitempty"`
	TitleDesc        string    `protobuf:"bytes,18,opt,name=title_desc,json=titleDesc,proto3" json:"title_desc,omitempty"`
	Units            []*Units  `protobuf:"bytes,19,rep,name=units,proto3" json:"units,omitempty"`
	XAxisShowType    string    `protobuf:"bytes,20,opt,name=x_axis_show_type,json=xAxisShowType,proto3" json:"x_axis_show_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Settings) Descriptor deprecated

func (*Settings) Descriptor() ([]byte, []int)

Deprecated: Use Settings.ProtoReflect.Descriptor instead.

func (*Settings) GetChartType

func (x *Settings) GetChartType() string

func (*Settings) GetColors

func (x *Settings) GetColors() []*Colors

func (*Settings) GetCompareTitle

func (x *Settings) GetCompareTitle() string

func (*Settings) GetCompareType

func (x *Settings) GetCompareType() string

func (*Settings) GetCurrentChartType

func (x *Settings) GetCurrentChartType() string

func (*Settings) GetDensity

func (x *Settings) GetDensity() string

func (*Settings) GetFixedTime

func (x *Settings) GetFixedTime() string

func (*Settings) GetIsPercent

func (x *Settings) GetIsPercent() bool

func (*Settings) GetIsTimeInterval

func (x *Settings) GetIsTimeInterval() bool

func (*Settings) GetLevels

func (x *Settings) GetLevels() []*Levels

func (*Settings) GetOpenCompare

func (x *Settings) GetOpenCompare() bool

func (*Settings) GetOpenStack

func (x *Settings) GetOpenStack() bool

func (*Settings) GetShowFieldMapping

func (x *Settings) GetShowFieldMapping() bool

func (*Settings) GetShowLine

func (x *Settings) GetShowLine() bool

func (*Settings) GetShowTitle

func (x *Settings) GetShowTitle() bool

func (*Settings) GetStackType

func (x *Settings) GetStackType() string

func (*Settings) GetTimeInterval

func (x *Settings) GetTimeInterval() string

func (*Settings) GetTitleDesc

func (x *Settings) GetTitleDesc() string

func (*Settings) GetUnits

func (x *Settings) GetUnits() []*Units

func (*Settings) GetXAxisShowType

func (x *Settings) GetXAxisShowType() string

func (*Settings) ProtoMessage

func (*Settings) ProtoMessage()

func (*Settings) ProtoReflect

func (x *Settings) ProtoReflect() protoreflect.Message

func (*Settings) Reset

func (x *Settings) Reset()

func (*Settings) String

func (x *Settings) String() string

func (*Settings) Validate

func (m *Settings) Validate() error

Validate checks the field values on Settings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Settings) ValidateAll

func (m *Settings) ValidateAll() error

ValidateAll checks the field values on Settings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SettingsMultiError, or nil if none found.

type SettingsMultiError

type SettingsMultiError []error

SettingsMultiError is an error wrapping multiple validation errors returned by Settings.ValidateAll() if the designated constraints aren't met.

func (SettingsMultiError) AllErrors

func (m SettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SettingsMultiError) Error

func (m SettingsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SettingsValidationError

type SettingsValidationError struct {
	// contains filtered or unexported fields
}

SettingsValidationError is the validation error returned by Settings.Validate if the designated constraints aren't met.

func (SettingsValidationError) Cause

func (e SettingsValidationError) Cause() error

Cause function returns cause value.

func (SettingsValidationError) Error

func (e SettingsValidationError) Error() string

Error satisfies the builtin error interface

func (SettingsValidationError) ErrorName

func (e SettingsValidationError) ErrorName() string

ErrorName returns error name.

func (SettingsValidationError) Field

func (e SettingsValidationError) Field() string

Field function returns field value.

func (SettingsValidationError) Key

func (e SettingsValidationError) Key() bool

Key function returns key value.

func (SettingsValidationError) Reason

func (e SettingsValidationError) Reason() string

Reason function returns reason value.

type Taginfo

type Taginfo struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Taginfo) Descriptor deprecated

func (*Taginfo) Descriptor() ([]byte, []int)

Deprecated: Use Taginfo.ProtoReflect.Descriptor instead.

func (*Taginfo) GetId

func (x *Taginfo) GetId() string

func (*Taginfo) GetName

func (x *Taginfo) GetName() string

func (*Taginfo) ProtoMessage

func (*Taginfo) ProtoMessage()

func (*Taginfo) ProtoReflect

func (x *Taginfo) ProtoReflect() protoreflect.Message

func (*Taginfo) Reset

func (x *Taginfo) Reset()

func (*Taginfo) String

func (x *Taginfo) String() string

func (*Taginfo) Validate

func (m *Taginfo) Validate() error

Validate checks the field values on Taginfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Taginfo) ValidateAll

func (m *Taginfo) ValidateAll() error

ValidateAll checks the field values on Taginfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaginfoMultiError, or nil if none found.

type TaginfoMultiError

type TaginfoMultiError []error

TaginfoMultiError is an error wrapping multiple validation errors returned by Taginfo.ValidateAll() if the designated constraints aren't met.

func (TaginfoMultiError) AllErrors

func (m TaginfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaginfoMultiError) Error

func (m TaginfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaginfoValidationError

type TaginfoValidationError struct {
	// contains filtered or unexported fields
}

TaginfoValidationError is the validation error returned by Taginfo.Validate if the designated constraints aren't met.

func (TaginfoValidationError) Cause

func (e TaginfoValidationError) Cause() error

Cause function returns cause value.

func (TaginfoValidationError) Error

func (e TaginfoValidationError) Error() string

Error satisfies the builtin error interface

func (TaginfoValidationError) ErrorName

func (e TaginfoValidationError) ErrorName() string

ErrorName returns error name.

func (TaginfoValidationError) Field

func (e TaginfoValidationError) Field() string

Field function returns field value.

func (TaginfoValidationError) Key

func (e TaginfoValidationError) Key() bool

Key function returns key value.

func (TaginfoValidationError) Reason

func (e TaginfoValidationError) Reason() string

Reason function returns reason value.

type Units

type Units struct {
	Key   string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Name  string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Unit  string   `protobuf:"bytes,3,opt,name=unit,proto3" json:"unit,omitempty"`
	Units []string `protobuf:"bytes,4,rep,name=units,proto3" json:"units,omitempty"`
	// contains filtered or unexported fields
}

func (*Units) Descriptor deprecated

func (*Units) Descriptor() ([]byte, []int)

Deprecated: Use Units.ProtoReflect.Descriptor instead.

func (*Units) GetKey

func (x *Units) GetKey() string

func (*Units) GetName

func (x *Units) GetName() string

func (*Units) GetUnit

func (x *Units) GetUnit() string

func (*Units) GetUnits

func (x *Units) GetUnits() []string

func (*Units) ProtoMessage

func (*Units) ProtoMessage()

func (*Units) ProtoReflect

func (x *Units) ProtoReflect() protoreflect.Message

func (*Units) Reset

func (x *Units) Reset()

func (*Units) String

func (x *Units) String() string

func (*Units) Validate

func (m *Units) Validate() error

Validate checks the field values on Units with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Units) ValidateAll

func (m *Units) ValidateAll() error

ValidateAll checks the field values on Units with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnitsMultiError, or nil if none found.

type UnitsMultiError

type UnitsMultiError []error

UnitsMultiError is an error wrapping multiple validation errors returned by Units.ValidateAll() if the designated constraints aren't met.

func (UnitsMultiError) AllErrors

func (m UnitsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnitsMultiError) Error

func (m UnitsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UnitsValidationError

type UnitsValidationError struct {
	// contains filtered or unexported fields
}

UnitsValidationError is the validation error returned by Units.Validate if the designated constraints aren't met.

func (UnitsValidationError) Cause

func (e UnitsValidationError) Cause() error

Cause function returns cause value.

func (UnitsValidationError) Error

func (e UnitsValidationError) Error() string

Error satisfies the builtin error interface

func (UnitsValidationError) ErrorName

func (e UnitsValidationError) ErrorName() string

ErrorName returns error name.

func (UnitsValidationError) Field

func (e UnitsValidationError) Field() string

Field function returns field value.

func (UnitsValidationError) Key

func (e UnitsValidationError) Key() bool

Key function returns key value.

func (UnitsValidationError) Reason

func (e UnitsValidationError) Reason() string

Reason function returns reason value.

type Vars

type Vars struct {
	Code       string      `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Datasource string      `protobuf:"bytes,2,opt,name=datasource,proto3" json:"datasource,omitempty"`
	Definition *Definition `protobuf:"bytes,3,opt,name=definition,proto3" json:"definition,omitempty"`
	Hide       uint32      `protobuf:"varint,4,opt,name=hide,proto3" json:"hide,omitempty"`
	Name       string      `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Seq        uint32      `protobuf:"varint,6,opt,name=seq,proto3" json:"seq,omitempty"`
	Type       string      `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	ValueSort  string      `protobuf:"bytes,8,opt,name=value_sort,json=valueSort,proto3" json:"value_sort,omitempty"`
	// contains filtered or unexported fields
}

func (*Vars) Descriptor deprecated

func (*Vars) Descriptor() ([]byte, []int)

Deprecated: Use Vars.ProtoReflect.Descriptor instead.

func (*Vars) GetCode

func (x *Vars) GetCode() string

func (*Vars) GetDatasource

func (x *Vars) GetDatasource() string

func (*Vars) GetDefinition

func (x *Vars) GetDefinition() *Definition

func (*Vars) GetHide

func (x *Vars) GetHide() uint32

func (*Vars) GetName

func (x *Vars) GetName() string

func (*Vars) GetSeq

func (x *Vars) GetSeq() uint32

func (*Vars) GetType

func (x *Vars) GetType() string

func (*Vars) GetValueSort

func (x *Vars) GetValueSort() string

func (*Vars) ProtoMessage

func (*Vars) ProtoMessage()

func (*Vars) ProtoReflect

func (x *Vars) ProtoReflect() protoreflect.Message

func (*Vars) Reset

func (x *Vars) Reset()

func (*Vars) String

func (x *Vars) String() string

func (*Vars) Validate

func (m *Vars) Validate() error

Validate checks the field values on Vars with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Vars) ValidateAll

func (m *Vars) ValidateAll() error

ValidateAll checks the field values on Vars with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VarsMultiError, or nil if none found.

type VarsMultiError

type VarsMultiError []error

VarsMultiError is an error wrapping multiple validation errors returned by Vars.ValidateAll() if the designated constraints aren't met.

func (VarsMultiError) AllErrors

func (m VarsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VarsMultiError) Error

func (m VarsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VarsValidationError

type VarsValidationError struct {
	// contains filtered or unexported fields
}

VarsValidationError is the validation error returned by Vars.Validate if the designated constraints aren't met.

func (VarsValidationError) Cause

func (e VarsValidationError) Cause() error

Cause function returns cause value.

func (VarsValidationError) Error

func (e VarsValidationError) Error() string

Error satisfies the builtin error interface

func (VarsValidationError) ErrorName

func (e VarsValidationError) ErrorName() string

ErrorName returns error name.

func (VarsValidationError) Field

func (e VarsValidationError) Field() string

Field function returns field value.

func (VarsValidationError) Key

func (e VarsValidationError) Key() bool

Key function returns key value.

func (VarsValidationError) Reason

func (e VarsValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL