Documentation ¶
Index ¶
Constants ¶
View Source
const KEY_COLUMN_NAME = "nlb_id"
Variables ¶
This section is empty.
Functions ¶
func UnRegisterNlb ¶
Types ¶
type NlbInfo ¶
type NlbInfo struct { NlbID string `gorm:"primaryKey"` ProviderName string // ex) "KTVPC" KeyValueInfoList infostore.KVList `gorm:"type:text"` }
func RegisterNlb ¶
func RegisterNlb(nlbID string, providereName string, keyValueInfoList []idrv.KeyValue) (*NlbInfo, error)
Register GetNlbInfo to info-store (DB)
func RegisterNlbInfo ¶
Click to show internal directories.
Click to hide internal directories.