Versions in this module Expand all Collapse all v0 v0.7.3 Aug 16, 2018 v0.7.2 Aug 2, 2018 Changes in this version + type And struct + Field *Field_ + Relate string + type Command struct + Field []string + Filter *Filter_ + Type string + type ConfigureInfo struct + CreateTime int64 + Creator string + DeleteFlag int8 + Extend string + K string + UpdTime int64 + V string + Version string + type Field_ struct + Column string + Value interface{} + type Filter_ struct + And []*And + Limit *Limit_ + Order []*Order + Scope *Scope + type Limit_ struct + Offset uint64 + RowCount uint64 + type LockInfo struct + Creator string + DeleteFlag int8 + ExpiredTime int64 + K string + LockId string + UpdTime int64 + V string type NamespaceApply + Auditor string + DbId int + DbName string + Id string + Status int8 + TableId int + TableName string + type Order struct + By string + Desc bool + type PagerInfo struct + PageIndex int + PageSize int + SortName string + SortOrder string + func (p *PagerInfo) GetPageOffset() int + func (p *PagerInfo) GetPageSize() int + type Query struct + Command *Command + DatabaseName string + Sign string + TableName string + type Reply struct + Code int + Message string + RowsAffected uint64 + Values [][]interface{} + type Scope struct + End []byte + Start []byte v0.7.1 Aug 1, 2018 v0.6.4 Aug 1, 2018 v0.6.3 Jul 27, 2018 Changes in this version + type MetricConfig struct + Address string + Interval util.Duration + type MetricServer struct + Addr string type Range + TableId uint64 + type SqlApply struct + Applyer string + Auditor string + CreateTime int64 + DbName string + Id string + Remark string + Sentence string + Status int8 + TableName string v0.6.2 Jun 18, 2018 v0.6.1 Jun 17, 2018 Changes in this version + type ClusterInfo struct + AutoFailoverUnable bool + AutoSplitUnable bool + AutoTransferUnable bool + ClusterToken string + CreateTime int64 + GatewayHttpUrl string + GatewaySqlUrl string + Id int + MasterUrl string + Name string + func BuildClusterInfo(clusterId int, clusterName string, masterUrl string, gatewayHttpUrl string, ...) *ClusterInfo + func NewClusterInfo() *ClusterInfo + type Column struct + DataType int + DefaultValue []byte + Id uint64 + Index bool + Name string + Nullable bool + Ordinal int32 + Precision int32 + PrimaryKey uint64 + Properties string + Scale int32 + Unsigned bool + type ColumnInfo struct + ColumnName string + DataType int + Id int + Index bool + PrimaryKey int + Unsigned bool + type DbInfo struct + CreateTime int64 + Id int + Name string + Properties string + type DsNode struct + HttpAddr string + Id uint64 + RaftAddr string + ServerAddr string + State int32 + Version string + type Epoch struct + ConfVer int + Ver int + type Member struct + LeaderId uint64 + Node []*MsNode + type MsNode struct + Id uint64 + RaftHeartbeatAddr string + RaftReplicateAddr string + RpcServerAddr string + WebManageAddr string + type NamespaceApply struct + Applyer string + ClusterId int64 + CreateTime int64 + NameSpace string + type Peer struct + Id uint64 + Node *DsNode + type PeerBrief struct + Commit uint64 + EndKey string + Id uint64 + Index uint64 + NodeAddress string + NodeId uint64 + StartKey string + Term uint64 + type Range struct + CreateTime int64 + DbName string + EndKey []byte + Id uint64 + LastHbTime string + Peers []*Peer + RangeEpoch *metapb.RangeEpoch + StartKey []byte + State int32 + TableName string + type RangeBrief struct + DownPeers []uint64 + EndKey string + Id uint64 + LastHbTime string + Leader uint64 + Peers []uint64 + StartKey string + State int32 + type Role struct + Id uint64 + RoleName string + func NewRole() *Role + type Route struct + Leader *Peer + Range *Range + type TableInfo struct + Columns []ColumnInfo + CreateTime int64 + DbId int + DbName string + Epoch Epoch + Id int + Status int + TableName string + type UserInfo struct + CreateTime string + Department1 string + Department2 string + Erp string + Id string + Mail string + ModifyDate string + OrganizationName string + RealName string + SuperiorName string + Tel string + UserName string + func NewUserInfo() *UserInfo + type UserPrivilege struct + ClusterId uint64 + Privilege uint64 + UserName string + func NewUserPrivilege() *UserPrivilege