Documentation
¶
Index ¶
- Variables
- func DeleteConfig()
- func DeleteECSCache(AccessKeyId string)
- func DeleteOSSCache(AccessKeyId string)
- func DeleteRDSCache(AccessKeyId string)
- func DeleteTakeoverConsoleCache(provider string)
- func InsertConfig(config cloud.Config)
- func InsertECSCache(ECSCache []pubutil.ECSCache)
- func InsertOSSCache(OSSCache []pubutil.OSSCache)
- func InsertRDSCache(RDSCache []pubutil.RDSCache)
- func InsertTakeoverConsoleCache(provider string, PrimaryAccountID string, userName string, password string, ...)
- func InsertTimestamp(TimestampCache pubutil.TimestampCache)
- func Open(path string) *gorm.DB
- func SelectConfig() []cloud.Config
- func SelectConfigInUse(provider string) cloud.Config
- func SelectECSCache(provider string) []pubutil.ECSCache
- func SelectEcsCacheFilter(provider string, region string, specifiedInstanceID string, running bool) []pubutil.ECSCache
- func SelectOSSCache(provider string) []pubutil.OSSCache
- func SelectOSSCacheFilter(provider string, region string) []pubutil.OSSCache
- func SelectRDSCache(provider string) []pubutil.RDSCache
- func SelectRDSCacheFilter(provider string, region string, specifiedInstanceID string, engine string) []pubutil.RDSCache
- func SelectTakeoverConsoleCache(provider string) []pubutil.TakeoverConsoleCache
- func SelectTimestampType(TimestampType string) int64
- func UpdateConfigInUse(config cloud.Config)
- func UpdateConfigModify()
- func UpdateConfigSwitch(provider string)
- type GlobalDB
Constants ¶
This section is empty.
Variables ¶
View Source
var CacheDb *gorm.DB
Functions ¶
func DeleteConfig ¶
func DeleteConfig()
func DeleteECSCache ¶
func DeleteECSCache(AccessKeyId string)
func DeleteOSSCache ¶
func DeleteOSSCache(AccessKeyId string)
func DeleteRDSCache ¶
func DeleteRDSCache(AccessKeyId string)
func DeleteTakeoverConsoleCache ¶
func DeleteTakeoverConsoleCache(provider string)
func InsertConfig ¶
func InsertECSCache ¶
func InsertOSSCache ¶
func InsertRDSCache ¶
func InsertTimestamp ¶
func InsertTimestamp(TimestampCache pubutil.TimestampCache)
func SelectConfig ¶
func SelectConfigInUse ¶
func SelectECSCache ¶
func SelectEcsCacheFilter ¶
func SelectOSSCache ¶
func SelectOSSCacheFilter ¶
func SelectRDSCache ¶
func SelectRDSCacheFilter ¶
func SelectTakeoverConsoleCache ¶
func SelectTakeoverConsoleCache(provider string) []pubutil.TakeoverConsoleCache
func SelectTimestampType ¶
func UpdateConfigInUse ¶
func UpdateConfigModify ¶
func UpdateConfigModify()
func UpdateConfigSwitch ¶
func UpdateConfigSwitch(provider string)
Types ¶
Click to show internal directories.
Click to hide internal directories.