Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + var ErrIntOverflowDiagnostics = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthDiagnostics = fmt.Errorf("proto: negative length found during unmarshaling") + type DiagnosticReport struct + Node NodeInfo + Schema []cockroach_sql_sqlbase1.TableDescriptor + SqlStats []cockroach_sql.CollectedStatementStatistics + Stores []StoreInfo + UnimplementedErrors map[string]int64 + func (*DiagnosticReport) Descriptor() ([]byte, []int) + func (*DiagnosticReport) ProtoMessage() + func (m *DiagnosticReport) Marshal() (dAtA []byte, err error) + func (m *DiagnosticReport) MarshalTo(dAtA []byte) (int, error) + func (m *DiagnosticReport) Reset() + func (m *DiagnosticReport) Size() (n int) + func (m *DiagnosticReport) String() string + func (m *DiagnosticReport) Unmarshal(dAtA []byte) error + type NodeInfo struct + Bytes int64 + KeyCount int64 + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + RangeCount int64 + func (*NodeInfo) Descriptor() ([]byte, []int) + func (*NodeInfo) ProtoMessage() + func (m *NodeInfo) Marshal() (dAtA []byte, err error) + func (m *NodeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *NodeInfo) Reset() + func (m *NodeInfo) Size() (n int) + func (m *NodeInfo) String() string + func (m *NodeInfo) Unmarshal(dAtA []byte) error + type StoreInfo struct + Bytes int64 + KeyCount int64 + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + RangeCount int64 + StoreID github_com_cockroachdb_cockroach_pkg_roachpb.StoreID + func (*StoreInfo) Descriptor() ([]byte, []int) + func (*StoreInfo) ProtoMessage() + func (m *StoreInfo) Marshal() (dAtA []byte, err error) + func (m *StoreInfo) MarshalTo(dAtA []byte) (int, error) + func (m *StoreInfo) Reset() + func (m *StoreInfo) Size() (n int) + func (m *StoreInfo) String() string + func (m *StoreInfo) Unmarshal(dAtA []byte) error Incompatible versions in this module v19.2.12+incompatible Jan 12, 2021