Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFileReaderNotInitialized = errors.New(" file reader not initialized ") ErrFileWriteNotInitialized = errors.New(" file writer not initialized ") )
fileio
View Source
var ( ErrConfigLoad = errors.New(" loading config fail ") ErrConfigNil = errors.New(" config is nil ") )
config
View Source
var ( ErrNewStoreEngineFail = errors.New(" init storage engine fail ") ErrKeyNotFound = errors.New(" key not found ") )
store
View Source
var ( ErrNoBalance = errors.New(" no balance ") ErrGrpcConnFail = errors.New(" ping grpc connection fail ") ErrNoAmount = errors.New(" no amount ") )
chain
View Source
var (
ErrAESKeyLength = errors.New(" key length must be 16,24,32")
)
View Source
var (
ErrNeedPointer = errors.New(" must be pointer ")
)
View Source
var (
WarnRegisterModulesEmpty = "Warn RegisterModules is empty, defult regist bank and auth"
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.