package
8.4.0-alpha+incompatible
Repository: https://github.com/pingcap/ng-monitoring.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
StateDeleteOnly means we can only delete items for this schema element.
StateDeleteReorganization means we are re-organizing whole data after delete only state.
StateNone means this schema element is absent and can't be used.
StatePublic means this schema element is ok for all write and read operations.
StateWriteOnly means we can use any write operation on this schema element, but outer can't read the changed data.
StateWriteReorganization means we are re-organizing whole data after write only state.

# Structs

CIStr is case insensitive string.
DBInfo provides meta data describing a DB.
No description provided by the author
No description provided by the author
No description provided by the author
IndexInfo provides meta data describing a DB index.
PartitionDefinition defines a single partition.
PartitionInfo provides table partition info.
No description provided by the author
TableInfo provides meta data describing a DB table.

# Type aliases

SchemaState is the state for schema elements.