Documentation
¶
Index ¶
- func Add(cloneName string, connectName string, metaInfoType METAINFOTYPE)
- func AddCacheTargetInfo(connectName string)
- func CheckNSetWantedStatus()
- func Cloner(wg *sync.WaitGroup) error
- func Count() int
- func Del(cloneName string)
- func InsertNewCloneNCache(connectName string)
- func RunServer()
- type CacheTargetInfo
- type METAINFOTYPE
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(cloneName string, connectName string, metaInfoType METAINFOTYPE)
func AddCacheTargetInfo ¶
func AddCacheTargetInfo(connectName string)
func InsertNewCloneNCache ¶
func InsertNewCloneNCache(connectName string)
when user add new targetRegion
Types ¶
type CacheTargetInfo ¶
type CacheTargetInfo struct {
// contains filtered or unexported fields
}
func GetNSet ¶
func GetNSet() *CacheTargetInfo
type METAINFOTYPE ¶
type METAINFOTYPE string
const ( IMAGEINFO METAINFOTYPE = "imageinfo" SPECINFO METAINFOTYPE = "specinfo" )
Click to show internal directories.
Click to hide internal directories.