Documentation ¶ Index ¶ type Storer func NewStorer(req i.StorerParams) *Storer func (ch *Storer) Attach() error func (ch *Storer) Create() (names []string, sqls []string, err error) func (ch *Storer) Delete() error func (ch *Storer) Description() string func (ch *Storer) Detach() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Storer ¶ type Storer struct { // contains filtered or unexported fields } func NewStorer ¶ func NewStorer(req i.StorerParams) *Storer func (*Storer) Attach ¶ func (ch *Storer) Attach() error func (*Storer) Create ¶ func (ch *Storer) Create() (names []string, sqls []string, err error) func (*Storer) Delete ¶ func (ch *Storer) Delete() error func (*Storer) Description ¶ func (ch *Storer) Description() string func (*Storer) Detach ¶ func (ch *Storer) Detach() error Source Files ¶ View all Source files clickhouse.go Click to show internal directories. Click to hide internal directories.