Documentation ¶
Index ¶
- Constants
- func YdbConfigPath() string
- func YdbDataPath() string
- func YdbDefaultLogLevel() int
- func YdbGrpcPort() int
- func YdbGrpcTlsDataPath() string
- func YdbGrpcTlsDataPathCaPem() string
- func YdbGrpcTlsDataPathCertPem() string
- func YdbGrpcTlsDataPathKeyPem() string
- func YdbGrpcTlsPort() int
- func YdbIcPort() int
- func YdbMonPort() int
- func YdbPdiskPath() string
- func YdbPdiskSizeGb() int
- func YdbUseInMemoryPdisks() bool
Constants ¶
View Source
const ( Byte = 1 << (iota * 10) KiByte MiByte GiByte TiByte PiByte EiByte )
IEC Sizes. kibis of bits
View Source
const ( IByte = 1 KByte = IByte * 1000 MByte = KByte * 1000 GByte = MByte * 1000 TByte = GByte * 1000 PByte = TByte * 1000 EByte = PByte * 1000 )
SI Sizes.
Variables ¶
This section is empty.
Functions ¶
func YdbConfigPath ¶
func YdbConfigPath() string
func YdbDataPath ¶
func YdbDataPath() string
func YdbDefaultLogLevel ¶
func YdbDefaultLogLevel() int
func YdbGrpcPort ¶
func YdbGrpcPort() int
func YdbGrpcTlsDataPath ¶
func YdbGrpcTlsDataPath() string
func YdbGrpcTlsDataPathCaPem ¶
func YdbGrpcTlsDataPathCaPem() string
func YdbGrpcTlsDataPathCertPem ¶
func YdbGrpcTlsDataPathCertPem() string
func YdbGrpcTlsDataPathKeyPem ¶
func YdbGrpcTlsDataPathKeyPem() string
func YdbGrpcTlsPort ¶
func YdbGrpcTlsPort() int
func YdbMonPort ¶
func YdbMonPort() int
func YdbPdiskPath ¶
func YdbPdiskPath() string
func YdbPdiskSizeGb ¶
func YdbPdiskSizeGb() int
func YdbUseInMemoryPdisks ¶
func YdbUseInMemoryPdisks() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.