Documentation ¶
Index ¶
- func MarshalAlertRule(r *ScopedAlert) ([]byte, error)
- func MarshalBuild(b chronograf.BuildInfo) ([]byte, error)
- func MarshalConfig(c *chronograf.Config) ([]byte, error)
- func MarshalConfigPB(c *Config) ([]byte, error)
- func MarshalDashboard(d chronograf.Dashboard) ([]byte, error)
- func MarshalLayout(l chronograf.Layout) ([]byte, error)
- func MarshalMapping(m *chronograf.Mapping) ([]byte, error)
- func MarshalMappingPB(m *Mapping) ([]byte, error)
- func MarshalOrganization(o *chronograf.Organization) ([]byte, error)
- func MarshalOrganizationConfig(c *chronograf.OrganizationConfig) ([]byte, error)
- func MarshalOrganizationConfigPB(c *OrganizationConfig) ([]byte, error)
- func MarshalOrganizationPB(o *Organization) ([]byte, error)
- func MarshalRole(r *chronograf.Role) ([]byte, error)
- func MarshalRolePB(r *Role) ([]byte, error)
- func MarshalServer(s chronograf.Server) ([]byte, error)
- func MarshalSource(s chronograf.Source) ([]byte, error)
- func MarshalUser(u *chronograf.User) ([]byte, error)
- func MarshalUserPB(u *User) ([]byte, error)
- func UnmarshalAlertRule(data []byte, r *ScopedAlert) error
- func UnmarshalBuild(data []byte, b *chronograf.BuildInfo) error
- func UnmarshalConfig(data []byte, c *chronograf.Config) error
- func UnmarshalConfigPB(data []byte, c *Config) error
- func UnmarshalDashboard(data []byte, d *chronograf.Dashboard) error
- func UnmarshalLayout(data []byte, l *chronograf.Layout) error
- func UnmarshalMapping(data []byte, m *chronograf.Mapping) error
- func UnmarshalMappingPB(data []byte, m *Mapping) error
- func UnmarshalOrganization(data []byte, o *chronograf.Organization) error
- func UnmarshalOrganizationConfig(data []byte, c *chronograf.OrganizationConfig) error
- func UnmarshalOrganizationConfigPB(data []byte, c *OrganizationConfig) error
- func UnmarshalOrganizationPB(data []byte, o *Organization) error
- func UnmarshalRole(data []byte, r *chronograf.Role) error
- func UnmarshalRolePB(data []byte, r *Role) error
- func UnmarshalServer(data []byte, s *chronograf.Server) error
- func UnmarshalSource(data []byte, s *chronograf.Source) error
- func UnmarshalUser(data []byte, u *chronograf.User) error
- func UnmarshalUserPB(data []byte, u *User) error
- type AlertRule
- func (*AlertRule) Descriptor() ([]byte, []int)
- func (m *AlertRule) GetID() string
- func (m *AlertRule) GetJSON() string
- func (m *AlertRule) GetKapaID() int64
- func (m *AlertRule) GetSrcID() int64
- func (*AlertRule) ProtoMessage()
- func (m *AlertRule) Reset()
- func (m *AlertRule) String() string
- func (m *AlertRule) XXX_DiscardUnknown()
- func (m *AlertRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AlertRule) XXX_Merge(src proto.Message)
- func (m *AlertRule) XXX_Size() int
- func (m *AlertRule) XXX_Unmarshal(b []byte) error
- type AuthConfig
- func (*AuthConfig) Descriptor() ([]byte, []int)
- func (m *AuthConfig) GetSuperAdminNewUsers() bool
- func (*AuthConfig) ProtoMessage()
- func (m *AuthConfig) Reset()
- func (m *AuthConfig) String() string
- func (m *AuthConfig) XXX_DiscardUnknown()
- func (m *AuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthConfig) XXX_Merge(src proto.Message)
- func (m *AuthConfig) XXX_Size() int
- func (m *AuthConfig) XXX_Unmarshal(b []byte) error
- type Axis
- func (*Axis) Descriptor() ([]byte, []int)
- func (m *Axis) GetBase() string
- func (m *Axis) GetBounds() []string
- func (m *Axis) GetLabel() string
- func (m *Axis) GetLegacyBounds() []int64
- func (m *Axis) GetPrefix() string
- func (m *Axis) GetScale() string
- func (m *Axis) GetSuffix() string
- func (*Axis) ProtoMessage()
- func (m *Axis) Reset()
- func (m *Axis) String() string
- func (m *Axis) XXX_DiscardUnknown()
- func (m *Axis) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Axis) XXX_Merge(src proto.Message)
- func (m *Axis) XXX_Size() int
- func (m *Axis) XXX_Unmarshal(b []byte) error
- type BuildInfo
- func (*BuildInfo) Descriptor() ([]byte, []int)
- func (m *BuildInfo) GetCommit() string
- func (m *BuildInfo) GetVersion() string
- func (*BuildInfo) ProtoMessage()
- func (m *BuildInfo) Reset()
- func (m *BuildInfo) String() string
- func (m *BuildInfo) XXX_DiscardUnknown()
- func (m *BuildInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildInfo) XXX_Merge(src proto.Message)
- func (m *BuildInfo) XXX_Size() int
- func (m *BuildInfo) XXX_Unmarshal(b []byte) error
- type Cell
- func (*Cell) Descriptor() ([]byte, []int)
- func (m *Cell) GetAxes() map[string]*Axis
- func (m *Cell) GetH() int32
- func (m *Cell) GetI() string
- func (m *Cell) GetName() string
- func (m *Cell) GetQueries() []*Query
- func (m *Cell) GetType() string
- func (m *Cell) GetW() int32
- func (m *Cell) GetX() int32
- func (m *Cell) GetY() int32
- func (m *Cell) GetYlabels() []string
- func (m *Cell) GetYranges() []int64
- func (*Cell) ProtoMessage()
- func (m *Cell) Reset()
- func (m *Cell) String() string
- func (m *Cell) XXX_DiscardUnknown()
- func (m *Cell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Cell) XXX_Merge(src proto.Message)
- func (m *Cell) XXX_Size() int
- func (m *Cell) XXX_Unmarshal(b []byte) error
- type Color
- func (*Color) Descriptor() ([]byte, []int)
- func (m *Color) GetHex() string
- func (m *Color) GetID() string
- func (m *Color) GetName() string
- func (m *Color) GetType() string
- func (m *Color) GetValue() string
- func (*Color) ProtoMessage()
- func (m *Color) Reset()
- func (m *Color) String() string
- func (m *Color) XXX_DiscardUnknown()
- func (m *Color) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Color) XXX_Merge(src proto.Message)
- func (m *Color) XXX_Size() int
- func (m *Color) XXX_Unmarshal(b []byte) error
- type ColumnEncoding
- func (*ColumnEncoding) Descriptor() ([]byte, []int)
- func (m *ColumnEncoding) GetName() string
- func (m *ColumnEncoding) GetType() string
- func (m *ColumnEncoding) GetValue() string
- func (*ColumnEncoding) ProtoMessage()
- func (m *ColumnEncoding) Reset()
- func (m *ColumnEncoding) String() string
- func (m *ColumnEncoding) XXX_DiscardUnknown()
- func (m *ColumnEncoding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ColumnEncoding) XXX_Merge(src proto.Message)
- func (m *ColumnEncoding) XXX_Size() int
- func (m *ColumnEncoding) XXX_Unmarshal(b []byte) error
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetAuth() *AuthConfig
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- func (m *Config) XXX_DiscardUnknown()
- func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config) XXX_Merge(src proto.Message)
- func (m *Config) XXX_Size() int
- func (m *Config) XXX_Unmarshal(b []byte) error
- type Dashboard
- func (*Dashboard) Descriptor() ([]byte, []int)
- func (m *Dashboard) GetCells() []*DashboardCell
- func (m *Dashboard) GetID() int64
- func (m *Dashboard) GetName() string
- func (m *Dashboard) GetOrganization() string
- func (m *Dashboard) GetTemplates() []*Template
- func (*Dashboard) ProtoMessage()
- func (m *Dashboard) Reset()
- func (m *Dashboard) String() string
- func (m *Dashboard) XXX_DiscardUnknown()
- func (m *Dashboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Dashboard) XXX_Merge(src proto.Message)
- func (m *Dashboard) XXX_Size() int
- func (m *Dashboard) XXX_Unmarshal(b []byte) error
- type DashboardCell
- func (*DashboardCell) Descriptor() ([]byte, []int)
- func (m *DashboardCell) GetAxes() map[string]*Axis
- func (m *DashboardCell) GetColors() []*Color
- func (m *DashboardCell) GetDecimalPlaces() *DecimalPlaces
- func (m *DashboardCell) GetFieldOptions() []*RenamableField
- func (m *DashboardCell) GetH() int32
- func (m *DashboardCell) GetID() string
- func (m *DashboardCell) GetLegend() *Legend
- func (m *DashboardCell) GetName() string
- func (m *DashboardCell) GetQueries() []*Query
- func (m *DashboardCell) GetTableOptions() *TableOptions
- func (m *DashboardCell) GetTimeFormat() string
- func (m *DashboardCell) GetType() string
- func (m *DashboardCell) GetW() int32
- func (m *DashboardCell) GetX() int32
- func (m *DashboardCell) GetY() int32
- func (*DashboardCell) ProtoMessage()
- func (m *DashboardCell) Reset()
- func (m *DashboardCell) String() string
- func (m *DashboardCell) XXX_DiscardUnknown()
- func (m *DashboardCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DashboardCell) XXX_Merge(src proto.Message)
- func (m *DashboardCell) XXX_Size() int
- func (m *DashboardCell) XXX_Unmarshal(b []byte) error
- type DecimalPlaces
- func (*DecimalPlaces) Descriptor() ([]byte, []int)
- func (m *DecimalPlaces) GetDigits() int32
- func (m *DecimalPlaces) GetIsEnforced() bool
- func (*DecimalPlaces) ProtoMessage()
- func (m *DecimalPlaces) Reset()
- func (m *DecimalPlaces) String() string
- func (m *DecimalPlaces) XXX_DiscardUnknown()
- func (m *DecimalPlaces) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DecimalPlaces) XXX_Merge(src proto.Message)
- func (m *DecimalPlaces) XXX_Size() int
- func (m *DecimalPlaces) XXX_Unmarshal(b []byte) error
- type Layout
- func (*Layout) Descriptor() ([]byte, []int)
- func (m *Layout) GetApplication() string
- func (m *Layout) GetAutoflow() bool
- func (m *Layout) GetCells() []*Cell
- func (m *Layout) GetID() string
- func (m *Layout) GetMeasurement() string
- func (*Layout) ProtoMessage()
- func (m *Layout) Reset()
- func (m *Layout) String() string
- func (m *Layout) XXX_DiscardUnknown()
- func (m *Layout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Layout) XXX_Merge(src proto.Message)
- func (m *Layout) XXX_Size() int
- func (m *Layout) XXX_Unmarshal(b []byte) error
- type Legend
- func (*Legend) Descriptor() ([]byte, []int)
- func (m *Legend) GetOrientation() string
- func (m *Legend) GetType() string
- func (*Legend) ProtoMessage()
- func (m *Legend) Reset()
- func (m *Legend) String() string
- func (m *Legend) XXX_DiscardUnknown()
- func (m *Legend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Legend) XXX_Merge(src proto.Message)
- func (m *Legend) XXX_Size() int
- func (m *Legend) XXX_Unmarshal(b []byte) error
- type LogViewerColumn
- func (*LogViewerColumn) Descriptor() ([]byte, []int)
- func (m *LogViewerColumn) GetEncodings() []*ColumnEncoding
- func (m *LogViewerColumn) GetName() string
- func (m *LogViewerColumn) GetPosition() int32
- func (*LogViewerColumn) ProtoMessage()
- func (m *LogViewerColumn) Reset()
- func (m *LogViewerColumn) String() string
- func (m *LogViewerColumn) XXX_DiscardUnknown()
- func (m *LogViewerColumn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogViewerColumn) XXX_Merge(src proto.Message)
- func (m *LogViewerColumn) XXX_Size() int
- func (m *LogViewerColumn) XXX_Unmarshal(b []byte) error
- type LogViewerConfig
- func (*LogViewerConfig) Descriptor() ([]byte, []int)
- func (m *LogViewerConfig) GetColumns() []*LogViewerColumn
- func (*LogViewerConfig) ProtoMessage()
- func (m *LogViewerConfig) Reset()
- func (m *LogViewerConfig) String() string
- func (m *LogViewerConfig) XXX_DiscardUnknown()
- func (m *LogViewerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogViewerConfig) XXX_Merge(src proto.Message)
- func (m *LogViewerConfig) XXX_Size() int
- func (m *LogViewerConfig) XXX_Unmarshal(b []byte) error
- type Mapping
- func (*Mapping) Descriptor() ([]byte, []int)
- func (m *Mapping) GetID() string
- func (m *Mapping) GetOrganization() string
- func (m *Mapping) GetProvider() string
- func (m *Mapping) GetProviderOrganization() string
- func (m *Mapping) GetScheme() string
- func (*Mapping) ProtoMessage()
- func (m *Mapping) Reset()
- func (m *Mapping) String() string
- func (m *Mapping) XXX_DiscardUnknown()
- func (m *Mapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Mapping) XXX_Merge(src proto.Message)
- func (m *Mapping) XXX_Size() int
- func (m *Mapping) XXX_Unmarshal(b []byte) error
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)
- func (m *Organization) GetDefaultRole() string
- func (m *Organization) GetID() string
- func (m *Organization) GetName() string
- func (*Organization) ProtoMessage()
- func (m *Organization) Reset()
- func (m *Organization) String() string
- func (m *Organization) XXX_DiscardUnknown()
- func (m *Organization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Organization) XXX_Merge(src proto.Message)
- func (m *Organization) XXX_Size() int
- func (m *Organization) XXX_Unmarshal(b []byte) error
- type OrganizationConfig
- func (*OrganizationConfig) Descriptor() ([]byte, []int)
- func (m *OrganizationConfig) GetLogViewer() *LogViewerConfig
- func (m *OrganizationConfig) GetOrganizationID() string
- func (*OrganizationConfig) ProtoMessage()
- func (m *OrganizationConfig) Reset()
- func (m *OrganizationConfig) String() string
- func (m *OrganizationConfig) XXX_DiscardUnknown()
- func (m *OrganizationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrganizationConfig) XXX_Merge(src proto.Message)
- func (m *OrganizationConfig) XXX_Size() int
- func (m *OrganizationConfig) XXX_Unmarshal(b []byte) error
- type Query
- func (*Query) Descriptor() ([]byte, []int)
- func (m *Query) GetCommand() string
- func (m *Query) GetDB() string
- func (m *Query) GetGroupBys() []string
- func (m *Query) GetLabel() string
- func (m *Query) GetRP() string
- func (m *Query) GetRange() *Range
- func (m *Query) GetShifts() []*TimeShift
- func (m *Query) GetSource() string
- func (m *Query) GetType() string
- func (m *Query) GetWheres() []string
- func (*Query) ProtoMessage()
- func (m *Query) Reset()
- func (m *Query) String() string
- func (m *Query) XXX_DiscardUnknown()
- func (m *Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Query) XXX_Merge(src proto.Message)
- func (m *Query) XXX_Size() int
- func (m *Query) XXX_Unmarshal(b []byte) error
- type Range
- func (*Range) Descriptor() ([]byte, []int)
- func (m *Range) GetLower() int64
- func (m *Range) GetUpper() int64
- func (*Range) ProtoMessage()
- func (m *Range) Reset()
- func (m *Range) String() string
- func (m *Range) XXX_DiscardUnknown()
- func (m *Range) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Range) XXX_Merge(src proto.Message)
- func (m *Range) XXX_Size() int
- func (m *Range) XXX_Unmarshal(b []byte) error
- type RenamableField
- func (*RenamableField) Descriptor() ([]byte, []int)
- func (m *RenamableField) GetDisplayName() string
- func (m *RenamableField) GetInternalName() string
- func (m *RenamableField) GetVisible() bool
- func (*RenamableField) ProtoMessage()
- func (m *RenamableField) Reset()
- func (m *RenamableField) String() string
- func (m *RenamableField) XXX_DiscardUnknown()
- func (m *RenamableField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RenamableField) XXX_Merge(src proto.Message)
- func (m *RenamableField) XXX_Size() int
- func (m *RenamableField) XXX_Unmarshal(b []byte) error
- type Role
- func (*Role) Descriptor() ([]byte, []int)
- func (m *Role) GetName() string
- func (m *Role) GetOrganization() string
- func (*Role) ProtoMessage()
- func (m *Role) Reset()
- func (m *Role) String() string
- func (m *Role) XXX_DiscardUnknown()
- func (m *Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Role) XXX_Merge(src proto.Message)
- func (m *Role) XXX_Size() int
- func (m *Role) XXX_Unmarshal(b []byte) error
- type ScopedAlert
- type Server
- func (*Server) Descriptor() ([]byte, []int)
- func (m *Server) GetActive() bool
- func (m *Server) GetID() int64
- func (m *Server) GetInsecureSkipVerify() bool
- func (m *Server) GetMetadataJSON() string
- func (m *Server) GetName() string
- func (m *Server) GetOrganization() string
- func (m *Server) GetPassword() string
- func (m *Server) GetSrcID() int64
- func (m *Server) GetType() string
- func (m *Server) GetURL() string
- func (m *Server) GetUsername() string
- func (*Server) ProtoMessage()
- func (m *Server) Reset()
- func (m *Server) String() string
- func (m *Server) XXX_DiscardUnknown()
- func (m *Server) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Server) XXX_Merge(src proto.Message)
- func (m *Server) XXX_Size() int
- func (m *Server) XXX_Unmarshal(b []byte) error
- type Source
- func (*Source) Descriptor() ([]byte, []int)
- func (m *Source) GetDefault() bool
- func (m *Source) GetDefaultRP() string
- func (m *Source) GetID() int64
- func (m *Source) GetInsecureSkipVerify() bool
- func (m *Source) GetMetaURL() string
- func (m *Source) GetName() string
- func (m *Source) GetOrganization() string
- func (m *Source) GetPassword() string
- func (m *Source) GetRole() string
- func (m *Source) GetSharedSecret() string
- func (m *Source) GetTelegraf() string
- func (m *Source) GetType() string
- func (m *Source) GetURL() string
- func (m *Source) GetUsername() string
- func (*Source) ProtoMessage()
- func (m *Source) Reset()
- func (m *Source) String() string
- func (m *Source) XXX_DiscardUnknown()
- func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Source) XXX_Merge(src proto.Message)
- func (m *Source) XXX_Size() int
- func (m *Source) XXX_Unmarshal(b []byte) error
- type TableOptions
- func (*TableOptions) Descriptor() ([]byte, []int)
- func (m *TableOptions) GetFixFirstColumn() bool
- func (m *TableOptions) GetSortBy() *RenamableField
- func (m *TableOptions) GetVerticalTimeAxis() bool
- func (m *TableOptions) GetWrapping() string
- func (*TableOptions) ProtoMessage()
- func (m *TableOptions) Reset()
- func (m *TableOptions) String() string
- func (m *TableOptions) XXX_DiscardUnknown()
- func (m *TableOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TableOptions) XXX_Merge(src proto.Message)
- func (m *TableOptions) XXX_Size() int
- func (m *TableOptions) XXX_Unmarshal(b []byte) error
- type Template
- func (*Template) Descriptor() ([]byte, []int)
- func (m *Template) GetID() string
- func (m *Template) GetLabel() string
- func (m *Template) GetQuery() *TemplateQuery
- func (m *Template) GetTempVar() string
- func (m *Template) GetType() string
- func (m *Template) GetValues() []*TemplateValue
- func (*Template) ProtoMessage()
- func (m *Template) Reset()
- func (m *Template) String() string
- func (m *Template) XXX_DiscardUnknown()
- func (m *Template) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Template) XXX_Merge(src proto.Message)
- func (m *Template) XXX_Size() int
- func (m *Template) XXX_Unmarshal(b []byte) error
- type TemplateQuery
- func (*TemplateQuery) Descriptor() ([]byte, []int)
- func (m *TemplateQuery) GetCommand() string
- func (m *TemplateQuery) GetDb() string
- func (m *TemplateQuery) GetFieldKey() string
- func (m *TemplateQuery) GetMeasurement() string
- func (m *TemplateQuery) GetRp() string
- func (m *TemplateQuery) GetTagKey() string
- func (*TemplateQuery) ProtoMessage()
- func (m *TemplateQuery) Reset()
- func (m *TemplateQuery) String() string
- func (m *TemplateQuery) XXX_DiscardUnknown()
- func (m *TemplateQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TemplateQuery) XXX_Merge(src proto.Message)
- func (m *TemplateQuery) XXX_Size() int
- func (m *TemplateQuery) XXX_Unmarshal(b []byte) error
- type TemplateValue
- func (*TemplateValue) Descriptor() ([]byte, []int)
- func (m *TemplateValue) GetKey() string
- func (m *TemplateValue) GetSelected() bool
- func (m *TemplateValue) GetType() string
- func (m *TemplateValue) GetValue() string
- func (*TemplateValue) ProtoMessage()
- func (m *TemplateValue) Reset()
- func (m *TemplateValue) String() string
- func (m *TemplateValue) XXX_DiscardUnknown()
- func (m *TemplateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TemplateValue) XXX_Merge(src proto.Message)
- func (m *TemplateValue) XXX_Size() int
- func (m *TemplateValue) XXX_Unmarshal(b []byte) error
- type TimeShift
- func (*TimeShift) Descriptor() ([]byte, []int)
- func (m *TimeShift) GetLabel() string
- func (m *TimeShift) GetQuantity() string
- func (m *TimeShift) GetUnit() string
- func (*TimeShift) ProtoMessage()
- func (m *TimeShift) Reset()
- func (m *TimeShift) String() string
- func (m *TimeShift) XXX_DiscardUnknown()
- func (m *TimeShift) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TimeShift) XXX_Merge(src proto.Message)
- func (m *TimeShift) XXX_Size() int
- func (m *TimeShift) XXX_Unmarshal(b []byte) error
- type User
- func (*User) Descriptor() ([]byte, []int)
- func (m *User) GetID() uint64
- func (m *User) GetName() string
- func (m *User) GetProvider() string
- func (m *User) GetRoles() []*Role
- func (m *User) GetScheme() string
- func (m *User) GetSuperAdmin() bool
- func (*User) ProtoMessage()
- func (m *User) Reset()
- func (m *User) String() string
- func (m *User) XXX_DiscardUnknown()
- func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *User) XXX_Merge(src proto.Message)
- func (m *User) XXX_Size() int
- func (m *User) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalAlertRule ¶
func MarshalAlertRule(r *ScopedAlert) ([]byte, error)
MarshalAlertRule encodes an alert rule to binary protobuf format.
func MarshalBuild ¶
func MarshalBuild(b chronograf.BuildInfo) ([]byte, error)
MarshalBuild encodes a build to binary protobuf format.
func MarshalConfig ¶
func MarshalConfig(c *chronograf.Config) ([]byte, error)
MarshalConfig encodes a config to binary protobuf format.
func MarshalConfigPB ¶
MarshalConfigPB encodes a config to binary protobuf format.
func MarshalDashboard ¶
func MarshalDashboard(d chronograf.Dashboard) ([]byte, error)
MarshalDashboard encodes a dashboard to binary protobuf format.
func MarshalLayout ¶
func MarshalLayout(l chronograf.Layout) ([]byte, error)
MarshalLayout encodes a layout to binary protobuf format.
func MarshalMapping ¶
func MarshalMapping(m *chronograf.Mapping) ([]byte, error)
MarshalMapping encodes a mapping to binary protobuf format.
func MarshalMappingPB ¶
MarshalMappingPB encodes a mapping to binary protobuf format.
func MarshalOrganization ¶
func MarshalOrganization(o *chronograf.Organization) ([]byte, error)
MarshalOrganization encodes a organization to binary protobuf format.
func MarshalOrganizationConfig ¶
func MarshalOrganizationConfig(c *chronograf.OrganizationConfig) ([]byte, error)
MarshalOrganizationConfig encodes a config to binary protobuf format.
func MarshalOrganizationConfigPB ¶
func MarshalOrganizationConfigPB(c *OrganizationConfig) ([]byte, error)
MarshalOrganizationConfigPB encodes a config to binary protobuf format.
func MarshalOrganizationPB ¶
func MarshalOrganizationPB(o *Organization) ([]byte, error)
MarshalOrganizationPB encodes a organization to binary protobuf format.
func MarshalRole ¶
func MarshalRole(r *chronograf.Role) ([]byte, error)
MarshalRole encodes a role to binary protobuf format.
func MarshalRolePB ¶
MarshalRolePB encodes a role to binary protobuf format.
func MarshalServer ¶
func MarshalServer(s chronograf.Server) ([]byte, error)
MarshalServer encodes a server to binary protobuf format.
func MarshalSource ¶
func MarshalSource(s chronograf.Source) ([]byte, error)
MarshalSource encodes a source to binary protobuf format.
func MarshalUser ¶
func MarshalUser(u *chronograf.User) ([]byte, error)
MarshalUser encodes a user to binary protobuf format. We are ignoring the password for now.
func MarshalUserPB ¶
MarshalUserPB encodes a user to binary protobuf format. We are ignoring the password for now.
func UnmarshalAlertRule ¶
func UnmarshalAlertRule(data []byte, r *ScopedAlert) error
UnmarshalAlertRule decodes an alert rule from binary protobuf data.
func UnmarshalBuild ¶
func UnmarshalBuild(data []byte, b *chronograf.BuildInfo) error
UnmarshalBuild decodes a build from binary protobuf data.
func UnmarshalConfig ¶
func UnmarshalConfig(data []byte, c *chronograf.Config) error
UnmarshalConfig decodes a config from binary protobuf data.
func UnmarshalConfigPB ¶
UnmarshalConfigPB decodes a config from binary protobuf data.
func UnmarshalDashboard ¶
func UnmarshalDashboard(data []byte, d *chronograf.Dashboard) error
UnmarshalDashboard decodes a layout from binary protobuf data.
func UnmarshalLayout ¶
func UnmarshalLayout(data []byte, l *chronograf.Layout) error
UnmarshalLayout decodes a layout from binary protobuf data.
func UnmarshalMapping ¶
func UnmarshalMapping(data []byte, m *chronograf.Mapping) error
UnmarshalMapping decodes a mapping from binary protobuf data.
func UnmarshalMappingPB ¶
UnmarshalMappingPB decodes a mapping from binary protobuf data.
func UnmarshalOrganization ¶
func UnmarshalOrganization(data []byte, o *chronograf.Organization) error
UnmarshalOrganization decodes a organization from binary protobuf data.
func UnmarshalOrganizationConfig ¶
func UnmarshalOrganizationConfig(data []byte, c *chronograf.OrganizationConfig) error
UnmarshalOrganizationConfig decodes a config from binary protobuf data.
func UnmarshalOrganizationConfigPB ¶
func UnmarshalOrganizationConfigPB(data []byte, c *OrganizationConfig) error
UnmarshalOrganizationConfigPB decodes a config from binary protobuf data.
func UnmarshalOrganizationPB ¶
func UnmarshalOrganizationPB(data []byte, o *Organization) error
UnmarshalOrganizationPB decodes a organization from binary protobuf data.
func UnmarshalRole ¶
func UnmarshalRole(data []byte, r *chronograf.Role) error
UnmarshalRole decodes a role from binary protobuf data.
func UnmarshalRolePB ¶
UnmarshalRolePB decodes a role from binary protobuf data.
func UnmarshalServer ¶
func UnmarshalServer(data []byte, s *chronograf.Server) error
UnmarshalServer decodes a server from binary protobuf data.
func UnmarshalSource ¶
func UnmarshalSource(data []byte, s *chronograf.Source) error
UnmarshalSource decodes a source from binary protobuf data.
func UnmarshalUser ¶
func UnmarshalUser(data []byte, u *chronograf.User) error
UnmarshalUser decodes a user from binary protobuf data. We are ignoring the password for now.
func UnmarshalUserPB ¶
UnmarshalUserPB decodes a user from binary protobuf data. We are ignoring the password for now.
Types ¶
type AlertRule ¶
type AlertRule struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` JSON string `protobuf:"bytes,2,opt,name=JSON,proto3" json:"JSON,omitempty"` SrcID int64 `protobuf:"varint,3,opt,name=SrcID,proto3" json:"SrcID,omitempty"` KapaID int64 `protobuf:"varint,4,opt,name=KapaID,proto3" json:"KapaID,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AlertRule) Descriptor ¶
func (*AlertRule) ProtoMessage ¶
func (*AlertRule) ProtoMessage()
func (*AlertRule) XXX_DiscardUnknown ¶
func (m *AlertRule) XXX_DiscardUnknown()
func (*AlertRule) XXX_Marshal ¶
func (*AlertRule) XXX_Unmarshal ¶
type AuthConfig ¶
type AuthConfig struct { SuperAdminNewUsers bool `protobuf:"varint,1,opt,name=SuperAdminNewUsers,proto3" json:"SuperAdminNewUsers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AuthConfig) Descriptor ¶
func (*AuthConfig) Descriptor() ([]byte, []int)
func (*AuthConfig) GetSuperAdminNewUsers ¶
func (m *AuthConfig) GetSuperAdminNewUsers() bool
func (*AuthConfig) ProtoMessage ¶
func (*AuthConfig) ProtoMessage()
func (*AuthConfig) Reset ¶
func (m *AuthConfig) Reset()
func (*AuthConfig) String ¶
func (m *AuthConfig) String() string
func (*AuthConfig) XXX_DiscardUnknown ¶
func (m *AuthConfig) XXX_DiscardUnknown()
func (*AuthConfig) XXX_Marshal ¶
func (m *AuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthConfig) XXX_Merge ¶
func (m *AuthConfig) XXX_Merge(src proto.Message)
func (*AuthConfig) XXX_Size ¶
func (m *AuthConfig) XXX_Size() int
func (*AuthConfig) XXX_Unmarshal ¶
func (m *AuthConfig) XXX_Unmarshal(b []byte) error
type Axis ¶
type Axis struct { LegacyBounds []int64 `protobuf:"varint,1,rep,packed,name=legacyBounds,proto3" json:"legacyBounds,omitempty"` Bounds []string `protobuf:"bytes,2,rep,name=bounds,proto3" json:"bounds,omitempty"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` Prefix string `protobuf:"bytes,4,opt,name=prefix,proto3" json:"prefix,omitempty"` Suffix string `protobuf:"bytes,5,opt,name=suffix,proto3" json:"suffix,omitempty"` Base string `protobuf:"bytes,6,opt,name=base,proto3" json:"base,omitempty"` Scale string `protobuf:"bytes,7,opt,name=scale,proto3" json:"scale,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Axis) Descriptor ¶
func (*Axis) GetLegacyBounds ¶
func (*Axis) ProtoMessage ¶
func (*Axis) ProtoMessage()
func (*Axis) XXX_DiscardUnknown ¶
func (m *Axis) XXX_DiscardUnknown()
func (*Axis) XXX_Unmarshal ¶
type BuildInfo ¶
type BuildInfo struct { Version string `protobuf:"bytes,1,opt,name=Version,proto3" json:"Version,omitempty"` Commit string `protobuf:"bytes,2,opt,name=Commit,proto3" json:"Commit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BuildInfo) Descriptor ¶
func (*BuildInfo) GetVersion ¶
func (*BuildInfo) ProtoMessage ¶
func (*BuildInfo) ProtoMessage()
func (*BuildInfo) XXX_DiscardUnknown ¶
func (m *BuildInfo) XXX_DiscardUnknown()
func (*BuildInfo) XXX_Marshal ¶
func (*BuildInfo) XXX_Unmarshal ¶
type Cell ¶
type Cell struct { X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"` Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"` W int32 `protobuf:"varint,3,opt,name=w,proto3" json:"w,omitempty"` H int32 `protobuf:"varint,4,opt,name=h,proto3" json:"h,omitempty"` Queries []*Query `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"` I string `protobuf:"bytes,6,opt,name=i,proto3" json:"i,omitempty"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"` Yranges []int64 `protobuf:"varint,8,rep,packed,name=yranges,proto3" json:"yranges,omitempty"` Ylabels []string `protobuf:"bytes,9,rep,name=ylabels,proto3" json:"ylabels,omitempty"` Type string `protobuf:"bytes,10,opt,name=type,proto3" json:"type,omitempty"` Axes map[string]*Axis `` /* 150-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Cell) Descriptor ¶
func (*Cell) GetQueries ¶
func (*Cell) GetYlabels ¶
func (*Cell) GetYranges ¶
func (*Cell) ProtoMessage ¶
func (*Cell) ProtoMessage()
func (*Cell) XXX_DiscardUnknown ¶
func (m *Cell) XXX_DiscardUnknown()
func (*Cell) XXX_Unmarshal ¶
type Color ¶
type Color struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Type string `protobuf:"bytes,2,opt,name=Type,proto3" json:"Type,omitempty"` Hex string `protobuf:"bytes,3,opt,name=Hex,proto3" json:"Hex,omitempty"` Name string `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"` Value string `protobuf:"bytes,5,opt,name=Value,proto3" json:"Value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Color) Descriptor ¶
func (*Color) ProtoMessage ¶
func (*Color) ProtoMessage()
func (*Color) XXX_DiscardUnknown ¶
func (m *Color) XXX_DiscardUnknown()
func (*Color) XXX_Marshal ¶
func (*Color) XXX_Unmarshal ¶
type ColumnEncoding ¶
type ColumnEncoding struct { Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` Value string `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"` Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ColumnEncoding) Descriptor ¶
func (*ColumnEncoding) Descriptor() ([]byte, []int)
func (*ColumnEncoding) GetName ¶
func (m *ColumnEncoding) GetName() string
func (*ColumnEncoding) GetType ¶
func (m *ColumnEncoding) GetType() string
func (*ColumnEncoding) GetValue ¶
func (m *ColumnEncoding) GetValue() string
func (*ColumnEncoding) ProtoMessage ¶
func (*ColumnEncoding) ProtoMessage()
func (*ColumnEncoding) Reset ¶
func (m *ColumnEncoding) Reset()
func (*ColumnEncoding) String ¶
func (m *ColumnEncoding) String() string
func (*ColumnEncoding) XXX_DiscardUnknown ¶
func (m *ColumnEncoding) XXX_DiscardUnknown()
func (*ColumnEncoding) XXX_Marshal ¶
func (m *ColumnEncoding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ColumnEncoding) XXX_Merge ¶
func (m *ColumnEncoding) XXX_Merge(src proto.Message)
func (*ColumnEncoding) XXX_Size ¶
func (m *ColumnEncoding) XXX_Size() int
func (*ColumnEncoding) XXX_Unmarshal ¶
func (m *ColumnEncoding) XXX_Unmarshal(b []byte) error
type Config ¶
type Config struct { Auth *AuthConfig `protobuf:"bytes,1,opt,name=Auth,proto3" json:"Auth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config) Descriptor ¶
func (*Config) GetAuth ¶
func (m *Config) GetAuth() *AuthConfig
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶
func (*Config) XXX_Unmarshal ¶
type Dashboard ¶
type Dashboard struct { ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Cells []*DashboardCell `protobuf:"bytes,3,rep,name=cells,proto3" json:"cells,omitempty"` Templates []*Template `protobuf:"bytes,4,rep,name=templates,proto3" json:"templates,omitempty"` Organization string `protobuf:"bytes,5,opt,name=Organization,proto3" json:"Organization,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Dashboard) Descriptor ¶
func (*Dashboard) GetCells ¶
func (m *Dashboard) GetCells() []*DashboardCell
func (*Dashboard) GetOrganization ¶
func (*Dashboard) GetTemplates ¶
func (*Dashboard) ProtoMessage ¶
func (*Dashboard) ProtoMessage()
func (*Dashboard) XXX_DiscardUnknown ¶
func (m *Dashboard) XXX_DiscardUnknown()
func (*Dashboard) XXX_Marshal ¶
func (*Dashboard) XXX_Unmarshal ¶
type DashboardCell ¶
type DashboardCell struct { X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"` Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"` W int32 `protobuf:"varint,3,opt,name=w,proto3" json:"w,omitempty"` H int32 `protobuf:"varint,4,opt,name=h,proto3" json:"h,omitempty"` Queries []*Query `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"` Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"` ID string `protobuf:"bytes,8,opt,name=ID,proto3" json:"ID,omitempty"` Axes map[string]*Axis `` /* 149-byte string literal not displayed */ Colors []*Color `protobuf:"bytes,10,rep,name=colors,proto3" json:"colors,omitempty"` Legend *Legend `protobuf:"bytes,11,opt,name=legend,proto3" json:"legend,omitempty"` TableOptions *TableOptions `protobuf:"bytes,12,opt,name=tableOptions,proto3" json:"tableOptions,omitempty"` FieldOptions []*RenamableField `protobuf:"bytes,13,rep,name=fieldOptions,proto3" json:"fieldOptions,omitempty"` TimeFormat string `protobuf:"bytes,14,opt,name=timeFormat,proto3" json:"timeFormat,omitempty"` DecimalPlaces *DecimalPlaces `protobuf:"bytes,15,opt,name=decimalPlaces,proto3" json:"decimalPlaces,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DashboardCell) Descriptor ¶
func (*DashboardCell) Descriptor() ([]byte, []int)
func (*DashboardCell) GetAxes ¶
func (m *DashboardCell) GetAxes() map[string]*Axis
func (*DashboardCell) GetColors ¶
func (m *DashboardCell) GetColors() []*Color
func (*DashboardCell) GetDecimalPlaces ¶
func (m *DashboardCell) GetDecimalPlaces() *DecimalPlaces
func (*DashboardCell) GetFieldOptions ¶
func (m *DashboardCell) GetFieldOptions() []*RenamableField
func (*DashboardCell) GetH ¶
func (m *DashboardCell) GetH() int32
func (*DashboardCell) GetID ¶
func (m *DashboardCell) GetID() string
func (*DashboardCell) GetLegend ¶
func (m *DashboardCell) GetLegend() *Legend
func (*DashboardCell) GetName ¶
func (m *DashboardCell) GetName() string
func (*DashboardCell) GetQueries ¶
func (m *DashboardCell) GetQueries() []*Query
func (*DashboardCell) GetTableOptions ¶
func (m *DashboardCell) GetTableOptions() *TableOptions
func (*DashboardCell) GetTimeFormat ¶
func (m *DashboardCell) GetTimeFormat() string
func (*DashboardCell) GetType ¶
func (m *DashboardCell) GetType() string
func (*DashboardCell) GetW ¶
func (m *DashboardCell) GetW() int32
func (*DashboardCell) GetX ¶
func (m *DashboardCell) GetX() int32
func (*DashboardCell) GetY ¶
func (m *DashboardCell) GetY() int32
func (*DashboardCell) ProtoMessage ¶
func (*DashboardCell) ProtoMessage()
func (*DashboardCell) Reset ¶
func (m *DashboardCell) Reset()
func (*DashboardCell) String ¶
func (m *DashboardCell) String() string
func (*DashboardCell) XXX_DiscardUnknown ¶
func (m *DashboardCell) XXX_DiscardUnknown()
func (*DashboardCell) XXX_Marshal ¶
func (m *DashboardCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DashboardCell) XXX_Merge ¶
func (m *DashboardCell) XXX_Merge(src proto.Message)
func (*DashboardCell) XXX_Size ¶
func (m *DashboardCell) XXX_Size() int
func (*DashboardCell) XXX_Unmarshal ¶
func (m *DashboardCell) XXX_Unmarshal(b []byte) error
type DecimalPlaces ¶
type DecimalPlaces struct { IsEnforced bool `protobuf:"varint,1,opt,name=isEnforced,proto3" json:"isEnforced,omitempty"` Digits int32 `protobuf:"varint,2,opt,name=digits,proto3" json:"digits,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DecimalPlaces) Descriptor ¶
func (*DecimalPlaces) Descriptor() ([]byte, []int)
func (*DecimalPlaces) GetDigits ¶
func (m *DecimalPlaces) GetDigits() int32
func (*DecimalPlaces) GetIsEnforced ¶
func (m *DecimalPlaces) GetIsEnforced() bool
func (*DecimalPlaces) ProtoMessage ¶
func (*DecimalPlaces) ProtoMessage()
func (*DecimalPlaces) Reset ¶
func (m *DecimalPlaces) Reset()
func (*DecimalPlaces) String ¶
func (m *DecimalPlaces) String() string
func (*DecimalPlaces) XXX_DiscardUnknown ¶
func (m *DecimalPlaces) XXX_DiscardUnknown()
func (*DecimalPlaces) XXX_Marshal ¶
func (m *DecimalPlaces) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DecimalPlaces) XXX_Merge ¶
func (m *DecimalPlaces) XXX_Merge(src proto.Message)
func (*DecimalPlaces) XXX_Size ¶
func (m *DecimalPlaces) XXX_Size() int
func (*DecimalPlaces) XXX_Unmarshal ¶
func (m *DecimalPlaces) XXX_Unmarshal(b []byte) error
type Layout ¶
type Layout struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Application string `protobuf:"bytes,2,opt,name=Application,proto3" json:"Application,omitempty"` Measurement string `protobuf:"bytes,3,opt,name=Measurement,proto3" json:"Measurement,omitempty"` Cells []*Cell `protobuf:"bytes,4,rep,name=Cells,proto3" json:"Cells,omitempty"` Autoflow bool `protobuf:"varint,5,opt,name=Autoflow,proto3" json:"Autoflow,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Layout) Descriptor ¶
func (*Layout) GetApplication ¶
func (*Layout) GetAutoflow ¶
func (*Layout) GetMeasurement ¶
func (*Layout) ProtoMessage ¶
func (*Layout) ProtoMessage()
func (*Layout) XXX_DiscardUnknown ¶
func (m *Layout) XXX_DiscardUnknown()
func (*Layout) XXX_Marshal ¶
func (*Layout) XXX_Unmarshal ¶
type Legend ¶
type Legend struct { Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` Orientation string `protobuf:"bytes,2,opt,name=Orientation,proto3" json:"Orientation,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Legend) Descriptor ¶
func (*Legend) GetOrientation ¶
func (*Legend) ProtoMessage ¶
func (*Legend) ProtoMessage()
func (*Legend) XXX_DiscardUnknown ¶
func (m *Legend) XXX_DiscardUnknown()
func (*Legend) XXX_Marshal ¶
func (*Legend) XXX_Unmarshal ¶
type LogViewerColumn ¶
type LogViewerColumn struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Position int32 `protobuf:"varint,2,opt,name=Position,proto3" json:"Position,omitempty"` Encodings []*ColumnEncoding `protobuf:"bytes,3,rep,name=Encodings,proto3" json:"Encodings,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogViewerColumn) Descriptor ¶
func (*LogViewerColumn) Descriptor() ([]byte, []int)
func (*LogViewerColumn) GetEncodings ¶
func (m *LogViewerColumn) GetEncodings() []*ColumnEncoding
func (*LogViewerColumn) GetName ¶
func (m *LogViewerColumn) GetName() string
func (*LogViewerColumn) GetPosition ¶
func (m *LogViewerColumn) GetPosition() int32
func (*LogViewerColumn) ProtoMessage ¶
func (*LogViewerColumn) ProtoMessage()
func (*LogViewerColumn) Reset ¶
func (m *LogViewerColumn) Reset()
func (*LogViewerColumn) String ¶
func (m *LogViewerColumn) String() string
func (*LogViewerColumn) XXX_DiscardUnknown ¶
func (m *LogViewerColumn) XXX_DiscardUnknown()
func (*LogViewerColumn) XXX_Marshal ¶
func (m *LogViewerColumn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogViewerColumn) XXX_Merge ¶
func (m *LogViewerColumn) XXX_Merge(src proto.Message)
func (*LogViewerColumn) XXX_Size ¶
func (m *LogViewerColumn) XXX_Size() int
func (*LogViewerColumn) XXX_Unmarshal ¶
func (m *LogViewerColumn) XXX_Unmarshal(b []byte) error
type LogViewerConfig ¶
type LogViewerConfig struct { Columns []*LogViewerColumn `protobuf:"bytes,1,rep,name=Columns,proto3" json:"Columns,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogViewerConfig) Descriptor ¶
func (*LogViewerConfig) Descriptor() ([]byte, []int)
func (*LogViewerConfig) GetColumns ¶
func (m *LogViewerConfig) GetColumns() []*LogViewerColumn
func (*LogViewerConfig) ProtoMessage ¶
func (*LogViewerConfig) ProtoMessage()
func (*LogViewerConfig) Reset ¶
func (m *LogViewerConfig) Reset()
func (*LogViewerConfig) String ¶
func (m *LogViewerConfig) String() string
func (*LogViewerConfig) XXX_DiscardUnknown ¶
func (m *LogViewerConfig) XXX_DiscardUnknown()
func (*LogViewerConfig) XXX_Marshal ¶
func (m *LogViewerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogViewerConfig) XXX_Merge ¶
func (m *LogViewerConfig) XXX_Merge(src proto.Message)
func (*LogViewerConfig) XXX_Size ¶
func (m *LogViewerConfig) XXX_Size() int
func (*LogViewerConfig) XXX_Unmarshal ¶
func (m *LogViewerConfig) XXX_Unmarshal(b []byte) error
type Mapping ¶
type Mapping struct { Provider string `protobuf:"bytes,1,opt,name=Provider,proto3" json:"Provider,omitempty"` Scheme string `protobuf:"bytes,2,opt,name=Scheme,proto3" json:"Scheme,omitempty"` ProviderOrganization string `protobuf:"bytes,3,opt,name=ProviderOrganization,proto3" json:"ProviderOrganization,omitempty"` ID string `protobuf:"bytes,4,opt,name=ID,proto3" json:"ID,omitempty"` Organization string `protobuf:"bytes,5,opt,name=Organization,proto3" json:"Organization,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Mapping) Descriptor ¶
func (*Mapping) GetOrganization ¶
func (*Mapping) GetProvider ¶
func (*Mapping) GetProviderOrganization ¶
func (*Mapping) ProtoMessage ¶
func (*Mapping) ProtoMessage()
func (*Mapping) XXX_DiscardUnknown ¶
func (m *Mapping) XXX_DiscardUnknown()
func (*Mapping) XXX_Marshal ¶
func (*Mapping) XXX_Unmarshal ¶
type Organization ¶
type Organization 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"` DefaultRole string `protobuf:"bytes,3,opt,name=DefaultRole,proto3" json:"DefaultRole,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Organization) Descriptor ¶
func (*Organization) Descriptor() ([]byte, []int)
func (*Organization) GetDefaultRole ¶
func (m *Organization) GetDefaultRole() string
func (*Organization) GetID ¶
func (m *Organization) GetID() string
func (*Organization) GetName ¶
func (m *Organization) GetName() string
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) Reset ¶
func (m *Organization) Reset()
func (*Organization) String ¶
func (m *Organization) String() string
func (*Organization) XXX_DiscardUnknown ¶
func (m *Organization) XXX_DiscardUnknown()
func (*Organization) XXX_Marshal ¶
func (m *Organization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Organization) XXX_Merge ¶
func (m *Organization) XXX_Merge(src proto.Message)
func (*Organization) XXX_Size ¶
func (m *Organization) XXX_Size() int
func (*Organization) XXX_Unmarshal ¶
func (m *Organization) XXX_Unmarshal(b []byte) error
type OrganizationConfig ¶
type OrganizationConfig struct { OrganizationID string `protobuf:"bytes,1,opt,name=OrganizationID,proto3" json:"OrganizationID,omitempty"` LogViewer *LogViewerConfig `protobuf:"bytes,2,opt,name=LogViewer,proto3" json:"LogViewer,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrganizationConfig) Descriptor ¶
func (*OrganizationConfig) Descriptor() ([]byte, []int)
func (*OrganizationConfig) GetLogViewer ¶
func (m *OrganizationConfig) GetLogViewer() *LogViewerConfig
func (*OrganizationConfig) GetOrganizationID ¶
func (m *OrganizationConfig) GetOrganizationID() string
func (*OrganizationConfig) ProtoMessage ¶
func (*OrganizationConfig) ProtoMessage()
func (*OrganizationConfig) Reset ¶
func (m *OrganizationConfig) Reset()
func (*OrganizationConfig) String ¶
func (m *OrganizationConfig) String() string
func (*OrganizationConfig) XXX_DiscardUnknown ¶
func (m *OrganizationConfig) XXX_DiscardUnknown()
func (*OrganizationConfig) XXX_Marshal ¶
func (m *OrganizationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrganizationConfig) XXX_Merge ¶
func (m *OrganizationConfig) XXX_Merge(src proto.Message)
func (*OrganizationConfig) XXX_Size ¶
func (m *OrganizationConfig) XXX_Size() int
func (*OrganizationConfig) XXX_Unmarshal ¶
func (m *OrganizationConfig) XXX_Unmarshal(b []byte) error
type Query ¶
type Query struct { Command string `protobuf:"bytes,1,opt,name=Command,proto3" json:"Command,omitempty"` DB string `protobuf:"bytes,2,opt,name=DB,proto3" json:"DB,omitempty"` RP string `protobuf:"bytes,3,opt,name=RP,proto3" json:"RP,omitempty"` GroupBys []string `protobuf:"bytes,4,rep,name=GroupBys,proto3" json:"GroupBys,omitempty"` Wheres []string `protobuf:"bytes,5,rep,name=Wheres,proto3" json:"Wheres,omitempty"` Label string `protobuf:"bytes,6,opt,name=Label,proto3" json:"Label,omitempty"` Range *Range `protobuf:"bytes,7,opt,name=Range,proto3" json:"Range,omitempty"` Source string `protobuf:"bytes,8,opt,name=Source,proto3" json:"Source,omitempty"` Shifts []*TimeShift `protobuf:"bytes,9,rep,name=Shifts,proto3" json:"Shifts,omitempty"` Type string `protobuf:"bytes,10,opt,name=Type,proto3" json:"Type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Query) Descriptor ¶
func (*Query) GetCommand ¶
func (*Query) GetGroupBys ¶
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
func (*Query) XXX_DiscardUnknown ¶
func (m *Query) XXX_DiscardUnknown()
func (*Query) XXX_Marshal ¶
func (*Query) XXX_Unmarshal ¶
type Range ¶
type Range struct { Upper int64 `protobuf:"varint,1,opt,name=Upper,proto3" json:"Upper,omitempty"` Lower int64 `protobuf:"varint,2,opt,name=Lower,proto3" json:"Lower,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Range) Descriptor ¶
func (*Range) ProtoMessage ¶
func (*Range) ProtoMessage()
func (*Range) XXX_DiscardUnknown ¶
func (m *Range) XXX_DiscardUnknown()
func (*Range) XXX_Marshal ¶
func (*Range) XXX_Unmarshal ¶
type RenamableField ¶
type RenamableField struct { InternalName string `protobuf:"bytes,1,opt,name=internalName,proto3" json:"internalName,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=displayName,proto3" json:"displayName,omitempty"` Visible bool `protobuf:"varint,3,opt,name=visible,proto3" json:"visible,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RenamableField) Descriptor ¶
func (*RenamableField) Descriptor() ([]byte, []int)
func (*RenamableField) GetDisplayName ¶
func (m *RenamableField) GetDisplayName() string
func (*RenamableField) GetInternalName ¶
func (m *RenamableField) GetInternalName() string
func (*RenamableField) GetVisible ¶
func (m *RenamableField) GetVisible() bool
func (*RenamableField) ProtoMessage ¶
func (*RenamableField) ProtoMessage()
func (*RenamableField) Reset ¶
func (m *RenamableField) Reset()
func (*RenamableField) String ¶
func (m *RenamableField) String() string
func (*RenamableField) XXX_DiscardUnknown ¶
func (m *RenamableField) XXX_DiscardUnknown()
func (*RenamableField) XXX_Marshal ¶
func (m *RenamableField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RenamableField) XXX_Merge ¶
func (m *RenamableField) XXX_Merge(src proto.Message)
func (*RenamableField) XXX_Size ¶
func (m *RenamableField) XXX_Size() int
func (*RenamableField) XXX_Unmarshal ¶
func (m *RenamableField) XXX_Unmarshal(b []byte) error
type Role ¶
type Role struct { Organization string `protobuf:"bytes,1,opt,name=Organization,proto3" json:"Organization,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Role) Descriptor ¶
func (*Role) GetOrganization ¶
func (*Role) ProtoMessage ¶
func (*Role) ProtoMessage()
func (*Role) XXX_DiscardUnknown ¶
func (m *Role) XXX_DiscardUnknown()
func (*Role) XXX_Unmarshal ¶
type ScopedAlert ¶
type ScopedAlert struct { chronograf.AlertRule SrcID int KapaID int }
ScopedAlert contains the source and the kapacitor id
type Server ¶
type Server struct { ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Username string `protobuf:"bytes,3,opt,name=Username,proto3" json:"Username,omitempty"` Password string `protobuf:"bytes,4,opt,name=Password,proto3" json:"Password,omitempty"` URL string `protobuf:"bytes,5,opt,name=URL,proto3" json:"URL,omitempty"` SrcID int64 `protobuf:"varint,6,opt,name=SrcID,proto3" json:"SrcID,omitempty"` Active bool `protobuf:"varint,7,opt,name=Active,proto3" json:"Active,omitempty"` Organization string `protobuf:"bytes,8,opt,name=Organization,proto3" json:"Organization,omitempty"` InsecureSkipVerify bool `protobuf:"varint,9,opt,name=InsecureSkipVerify,proto3" json:"InsecureSkipVerify,omitempty"` Type string `protobuf:"bytes,10,opt,name=Type,proto3" json:"Type,omitempty"` MetadataJSON string `protobuf:"bytes,11,opt,name=MetadataJSON,proto3" json:"MetadataJSON,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Server) Descriptor ¶
func (*Server) GetInsecureSkipVerify ¶
func (*Server) GetMetadataJSON ¶
func (*Server) GetOrganization ¶
func (*Server) GetPassword ¶
func (*Server) GetUsername ¶
func (*Server) ProtoMessage ¶
func (*Server) ProtoMessage()
func (*Server) XXX_DiscardUnknown ¶
func (m *Server) XXX_DiscardUnknown()
func (*Server) XXX_Marshal ¶
func (*Server) XXX_Unmarshal ¶
type Source ¶
type Source struct { ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Type string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"` Username string `protobuf:"bytes,4,opt,name=Username,proto3" json:"Username,omitempty"` Password string `protobuf:"bytes,5,opt,name=Password,proto3" json:"Password,omitempty"` URL string `protobuf:"bytes,6,opt,name=URL,proto3" json:"URL,omitempty"` Default bool `protobuf:"varint,7,opt,name=Default,proto3" json:"Default,omitempty"` Telegraf string `protobuf:"bytes,8,opt,name=Telegraf,proto3" json:"Telegraf,omitempty"` InsecureSkipVerify bool `protobuf:"varint,9,opt,name=InsecureSkipVerify,proto3" json:"InsecureSkipVerify,omitempty"` MetaURL string `protobuf:"bytes,10,opt,name=MetaURL,proto3" json:"MetaURL,omitempty"` Organization string `protobuf:"bytes,12,opt,name=Organization,proto3" json:"Organization,omitempty"` Role string `protobuf:"bytes,13,opt,name=Role,proto3" json:"Role,omitempty"` DefaultRP string `protobuf:"bytes,14,opt,name=DefaultRP,proto3" json:"DefaultRP,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Source) Descriptor ¶
func (*Source) GetDefault ¶
func (*Source) GetDefaultRP ¶
func (*Source) GetInsecureSkipVerify ¶
func (*Source) GetMetaURL ¶
func (*Source) GetOrganization ¶
func (*Source) GetPassword ¶
func (*Source) GetSharedSecret ¶
func (*Source) GetTelegraf ¶
func (*Source) GetUsername ¶
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) XXX_DiscardUnknown ¶
func (m *Source) XXX_DiscardUnknown()
func (*Source) XXX_Marshal ¶
func (*Source) XXX_Unmarshal ¶
type TableOptions ¶
type TableOptions struct { VerticalTimeAxis bool `protobuf:"varint,2,opt,name=verticalTimeAxis,proto3" json:"verticalTimeAxis,omitempty"` SortBy *RenamableField `protobuf:"bytes,3,opt,name=sortBy,proto3" json:"sortBy,omitempty"` Wrapping string `protobuf:"bytes,4,opt,name=wrapping,proto3" json:"wrapping,omitempty"` FixFirstColumn bool `protobuf:"varint,6,opt,name=fixFirstColumn,proto3" json:"fixFirstColumn,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TableOptions) Descriptor ¶
func (*TableOptions) Descriptor() ([]byte, []int)
func (*TableOptions) GetFixFirstColumn ¶
func (m *TableOptions) GetFixFirstColumn() bool
func (*TableOptions) GetSortBy ¶
func (m *TableOptions) GetSortBy() *RenamableField
func (*TableOptions) GetVerticalTimeAxis ¶
func (m *TableOptions) GetVerticalTimeAxis() bool
func (*TableOptions) GetWrapping ¶
func (m *TableOptions) GetWrapping() string
func (*TableOptions) ProtoMessage ¶
func (*TableOptions) ProtoMessage()
func (*TableOptions) Reset ¶
func (m *TableOptions) Reset()
func (*TableOptions) String ¶
func (m *TableOptions) String() string
func (*TableOptions) XXX_DiscardUnknown ¶
func (m *TableOptions) XXX_DiscardUnknown()
func (*TableOptions) XXX_Marshal ¶
func (m *TableOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TableOptions) XXX_Merge ¶
func (m *TableOptions) XXX_Merge(src proto.Message)
func (*TableOptions) XXX_Size ¶
func (m *TableOptions) XXX_Size() int
func (*TableOptions) XXX_Unmarshal ¶
func (m *TableOptions) XXX_Unmarshal(b []byte) error
type Template ¶
type Template struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` TempVar string `protobuf:"bytes,2,opt,name=temp_var,json=tempVar,proto3" json:"temp_var,omitempty"` Values []*TemplateValue `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"` Query *TemplateQuery `protobuf:"bytes,6,opt,name=query,proto3" json:"query,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Template) Descriptor ¶
func (*Template) GetQuery ¶
func (m *Template) GetQuery() *TemplateQuery
func (*Template) GetTempVar ¶
func (*Template) GetValues ¶
func (m *Template) GetValues() []*TemplateValue
func (*Template) ProtoMessage ¶
func (*Template) ProtoMessage()
func (*Template) XXX_DiscardUnknown ¶
func (m *Template) XXX_DiscardUnknown()
func (*Template) XXX_Marshal ¶
func (*Template) XXX_Unmarshal ¶
type TemplateQuery ¶
type TemplateQuery struct { Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"` Db string `protobuf:"bytes,2,opt,name=db,proto3" json:"db,omitempty"` Rp string `protobuf:"bytes,3,opt,name=rp,proto3" json:"rp,omitempty"` Measurement string `protobuf:"bytes,4,opt,name=measurement,proto3" json:"measurement,omitempty"` TagKey string `protobuf:"bytes,5,opt,name=tag_key,json=tagKey,proto3" json:"tag_key,omitempty"` FieldKey string `protobuf:"bytes,6,opt,name=field_key,json=fieldKey,proto3" json:"field_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TemplateQuery) Descriptor ¶
func (*TemplateQuery) Descriptor() ([]byte, []int)
func (*TemplateQuery) GetCommand ¶
func (m *TemplateQuery) GetCommand() string
func (*TemplateQuery) GetDb ¶
func (m *TemplateQuery) GetDb() string
func (*TemplateQuery) GetFieldKey ¶
func (m *TemplateQuery) GetFieldKey() string
func (*TemplateQuery) GetMeasurement ¶
func (m *TemplateQuery) GetMeasurement() string
func (*TemplateQuery) GetRp ¶
func (m *TemplateQuery) GetRp() string
func (*TemplateQuery) GetTagKey ¶
func (m *TemplateQuery) GetTagKey() string
func (*TemplateQuery) ProtoMessage ¶
func (*TemplateQuery) ProtoMessage()
func (*TemplateQuery) Reset ¶
func (m *TemplateQuery) Reset()
func (*TemplateQuery) String ¶
func (m *TemplateQuery) String() string
func (*TemplateQuery) XXX_DiscardUnknown ¶
func (m *TemplateQuery) XXX_DiscardUnknown()
func (*TemplateQuery) XXX_Marshal ¶
func (m *TemplateQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TemplateQuery) XXX_Merge ¶
func (m *TemplateQuery) XXX_Merge(src proto.Message)
func (*TemplateQuery) XXX_Size ¶
func (m *TemplateQuery) XXX_Size() int
func (*TemplateQuery) XXX_Unmarshal ¶
func (m *TemplateQuery) XXX_Unmarshal(b []byte) error
type TemplateValue ¶
type TemplateValue struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Selected bool `protobuf:"varint,3,opt,name=selected,proto3" json:"selected,omitempty"` Key string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TemplateValue) Descriptor ¶
func (*TemplateValue) Descriptor() ([]byte, []int)
func (*TemplateValue) GetKey ¶
func (m *TemplateValue) GetKey() string
func (*TemplateValue) GetSelected ¶
func (m *TemplateValue) GetSelected() bool
func (*TemplateValue) GetType ¶
func (m *TemplateValue) GetType() string
func (*TemplateValue) GetValue ¶
func (m *TemplateValue) GetValue() string
func (*TemplateValue) ProtoMessage ¶
func (*TemplateValue) ProtoMessage()
func (*TemplateValue) Reset ¶
func (m *TemplateValue) Reset()
func (*TemplateValue) String ¶
func (m *TemplateValue) String() string
func (*TemplateValue) XXX_DiscardUnknown ¶
func (m *TemplateValue) XXX_DiscardUnknown()
func (*TemplateValue) XXX_Marshal ¶
func (m *TemplateValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TemplateValue) XXX_Merge ¶
func (m *TemplateValue) XXX_Merge(src proto.Message)
func (*TemplateValue) XXX_Size ¶
func (m *TemplateValue) XXX_Size() int
func (*TemplateValue) XXX_Unmarshal ¶
func (m *TemplateValue) XXX_Unmarshal(b []byte) error
type TimeShift ¶
type TimeShift struct { Label string `protobuf:"bytes,1,opt,name=Label,proto3" json:"Label,omitempty"` Unit string `protobuf:"bytes,2,opt,name=Unit,proto3" json:"Unit,omitempty"` Quantity string `protobuf:"bytes,3,opt,name=Quantity,proto3" json:"Quantity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TimeShift) Descriptor ¶
func (*TimeShift) GetQuantity ¶
func (*TimeShift) ProtoMessage ¶
func (*TimeShift) ProtoMessage()
func (*TimeShift) XXX_DiscardUnknown ¶
func (m *TimeShift) XXX_DiscardUnknown()
func (*TimeShift) XXX_Marshal ¶
func (*TimeShift) XXX_Unmarshal ¶
type User ¶
type User struct { ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Provider string `protobuf:"bytes,3,opt,name=Provider,proto3" json:"Provider,omitempty"` Scheme string `protobuf:"bytes,4,opt,name=Scheme,proto3" json:"Scheme,omitempty"` Roles []*Role `protobuf:"bytes,5,rep,name=Roles,proto3" json:"Roles,omitempty"` SuperAdmin bool `protobuf:"varint,6,opt,name=SuperAdmin,proto3" json:"SuperAdmin,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*User) Descriptor ¶
func (*User) GetProvider ¶
func (*User) GetSuperAdmin ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) XXX_DiscardUnknown ¶
func (m *User) XXX_DiscardUnknown()