Documentation
¶
Index ¶
- Constants
- func AgentDeletionMetadata(nsId string, mcisId string, vmId string, cspType string, publicIp string) error
- func AgentInstallationMetadata(nsId string, mcisId string, vmId string, cspType string, publicIp string) error
- func Initialize()
- func ShowMetadata(c echo.Context) error
- type AgentInfo
- type CBStore
- func (cs *CBStore) StoreDelList(key string) error
- func (cs *CBStore) StoreDelete(key string) error
- func (cs *CBStore) StoreGet(key string) string
- func (cs *CBStore) StoreGetList(key string, sortAscend bool) []string
- func (cs *CBStore) StoreGetNodeValue(key string, depth int) string
- func (cs *CBStore) StoreGetToInt(key string) int
- func (cs *CBStore) StoreGetToString(key string) string
- func (cs *CBStore) StorePut(key string, value string) error
- type Metadata
Constants ¶
View Source
const ( ENABLE = "Enable" DISABLE = "Disable" )
Variables ¶
This section is empty.
Functions ¶
func AgentDeletionMetadata ¶
func Initialize ¶
func Initialize()
func ShowMetadata ¶
Types ¶
type CBStore ¶
func GetInstance ¶
func GetInstance() *CBStore
func (*CBStore) StoreDelList ¶
func (*CBStore) StoreDelete ¶
func (*CBStore) StoreGetList ¶
func (*CBStore) StoreGetNodeValue ¶
func (*CBStore) StoreGetToInt ¶
func (*CBStore) StoreGetToString ¶
Click to show internal directories.
Click to hide internal directories.