Versions in this module Expand all Collapse all v0 v0.0.6 Sep 26, 2022 Changes in this version + type DB interface + CheckAuth func() error + CheckNetWork func() error + func NewDB(gdb appsv1beta1.GlobalDBSpec) DB + type DBMeta struct + func NewMeta(gdb appsv1beta1.GlobalDBSpec) DBMeta + func (m DBMeta) CheckNetWork() error + type MysqlMeta struct + func (mysql MysqlMeta) CheckAuth() error