Documentation ¶
Overview ¶
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Copyright (c) 2023, donnie <donnie4w@gmail.com> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
github.com/donnie4w/tldb
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminView ¶
type AdminView struct { Show string AdminUser map[string]string CliUser []string MqUser []string Stat bool Init bool ShowCreate bool }
********************************************************************************
type AlterTable ¶
type AlterTable struct { TableName string ID int64 Columns map[string]*FieldInfo ColumnValue map[string]string }
********************************************************************************
type SelectBean ¶
type SysParam ¶
type SysParam struct { DBFILEDIR string MQTLS bool ADMINTLS bool CLITLS bool CLICRT string CLIKEY string MQCRT string MQKEY string ADMINCRT string ADMINKEY string COCURRENT_PUT int64 COCURRENT_GET int64 DBMode int NAMESPACE string VERSION string BINLOGSIZE int64 ADDR string CLIADDR string MQADDR string WEBADMINADDR string CLUSTER_NUM int PWD string PUBLICKEY string PRIVATEKEY string CLUSTER_NUM_FINAL bool }
********************************************************************************
type SysParamView ¶
type SysVarView ¶
type SysVarView struct { Stat bool Show string SYS *SysVar RN []*stub.RemoteNode }