Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ControllerAddresses []string `yaml:"controllers"`
IP string `yaml:"ip"`
Host string `yaml:"host"`
Port int `yaml:"port"`
Volume VolumeInfo `yaml:"volume"`
MetaStore config.SyncStore `yaml:"meta_store"`
OffsetStore config.AsyncStore `yaml:"offset_store"`
Raft config.Raft `yaml:"raft"`
VSB config.VSB `yaml:"vsb"`
Observability observability.Config `yaml:"observability"`
}
func InitConfig ¶
type VolumeInfo ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
testing
Package testing is a generated GoMock package.
|
Package testing is a generated GoMock package. |
|
raft
|
|
|
storage
Package storage is a generated GoMock package.
|
Package storage is a generated GoMock package. |
|
schema
|
|
|
Package segment is a generated GoMock package.
|
Package segment is a generated GoMock package. |
|
vbs package implements a file format names Vanus Block Format.
|
vbs package implements a file format names Vanus Block Format. |
|
index/testing
Package testing is a generated GoMock package.
|
Package testing is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.