Documentation
¶
Index ¶
- func Create(proxyName string, name string, encrypt bool) (respBody []byte, err error)
- func CreateEntry(proxyName string, mapName string, keyName string, value string) (respBody []byte, err error)
- func Delete(proxyName string, name string) (respBody []byte, err error)
- func DeleteEntry(proxyName string, mapName string, keyName string) (respBody []byte, err error)
- func ExportEntries(proxyName string, mapName string) (payload [][]byte, err error)
- func GetEntry(proxyName string, mapName string, keyName string) (respBody []byte, err error)
- func ImportEntries(proxyName string, mapName string, conn int, filePath string) (err error)
- func List(proxyName string) (respBody []byte, err error)
- func ListEntries(proxyName string, mapName string, pageSize int, pageToken string) (respBody []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEntry ¶
func CreateEntry(proxyName string, mapName string, keyName string, value string) (respBody []byte, err error)
CreateEntry
func DeleteEntry ¶
DeleteEntry
func ExportEntries ¶
ExportEntries
func ImportEntries ¶
ImportEntries
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.