Documentation ¶
Index ¶
- type Profiling
- func (p *Profiling) DatabaseNames() ([]string, error)
- func (p *Profiling) Disable(dbname string) error
- func (p *Profiling) DisableAll() error
- func (p *Profiling) Drop(dbname string) error
- func (p *Profiling) DropAll() error
- func (p *Profiling) Enable(dbname string) error
- func (p *Profiling) EnableAll() error
- func (p *Profiling) Exist(dbnameToLook string) bool
- func (p *Profiling) Reset(dbname string) error
- func (p *Profiling) ResetAll() error
- func (p *Profiling) Run(f run) error
- func (p *Profiling) RunDB(f runDB) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profiling ¶ added in v1.7.0
type Profiling struct {
// contains filtered or unexported fields
}
func (*Profiling) DatabaseNames ¶ added in v1.18.0
DatabaseNames returns the names of non-empty databases present in the cluster.
func (*Profiling) DisableAll ¶ added in v1.7.0
Click to show internal directories.
Click to hide internal directories.