Documentation
¶
Index ¶
- type ClickhouseClient
- func (m *ClickhouseClient) Check() error
- func (m *ClickhouseClient) Close()
- func (m *ClickhouseClient) GetConnection(dbName ...string) (*gorm.DB, error)
- func (m *ClickhouseClient) Init(clickhouseConfigData []byte)
- func (m *ClickhouseClient) IsMultiDB() bool
- func (m *ClickhouseClient) ListConnNames() []string
- func (m *ClickhouseClient) UseCache() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClickhouseClient ¶
type ClickhouseClient struct {
// contains filtered or unexported fields
}
func (*ClickhouseClient) Check ¶
func (m *ClickhouseClient) Check() error
func (*ClickhouseClient) Close ¶
func (m *ClickhouseClient) Close()
func (*ClickhouseClient) GetConnection ¶
func (m *ClickhouseClient) GetConnection(dbName ...string) (*gorm.DB, error)
func (*ClickhouseClient) Init ¶
func (m *ClickhouseClient) Init(clickhouseConfigData []byte)
func (*ClickhouseClient) IsMultiDB ¶
func (m *ClickhouseClient) IsMultiDB() bool
func (*ClickhouseClient) ListConnNames ¶
func (m *ClickhouseClient) ListConnNames() []string
func (*ClickhouseClient) UseCache ¶
func (m *ClickhouseClient) UseCache() bool
Click to show internal directories.
Click to hide internal directories.