Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListResult2JSON ¶
func ListResult2JSON(result *ListResult) jsonutils.JSONObject
func ListResult2JSONWithKey ¶
func ListResult2JSONWithKey(result *ListResult, key string) jsonutils.JSONObject
func TransColonToDot ¶
func TransColonToDot(obj jsonutils.JSONObject) (jsonutils.JSONObject, error)
将key中的冒号替换成
Types ¶
type ListResult ¶
type ListResult struct { Data []jsonutils.JSONObject Total int Limit int Offset int NextLink string }
func JSON2ListResult ¶
func JSON2ListResult(result jsonutils.JSONObject) *ListResult
Click to show internal directories.
Click to hide internal directories.