MCPcopy Create free account
hub / github.com/clickvisual/clickvisual / Switcher

Interface Switcher

api/core/i/switcher.go:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Switcher interface {
8 // Description read model
9 Description() string
10
11 Create() (tables []string, sqls []string, err error)
12 Delete() error
13 Detach() error
14 Attach() error
15}
16
17type SwitcherParams struct {
18 // common

Callers

nothing calls this directly

Implementers 3

Storerapi/core/storer/clickhouse/clickhouse.
Readerapi/core/reader/clickhouse/clickhouse.
Switcherapi/core/switcher/clickhouse/clickhous

Calls

no outgoing calls

Tested by

no test coverage detected