Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListNamespaceResp ¶
type ListNamespaceResp struct { RetHeader *RetHeader `json:"ret_header"` Data []string `json:"data"` }
ListNamespaceResp list names of all namespace response
type QueryNamespaceResp ¶
type QueryNamespaceResp struct { RetHeader *RetHeader `json:"ret_header"` Data []*models.Namespace `json:"data"` }
QueryNamespaceResp query namespace response
type QueryReq ¶
type QueryReq struct {
Names []string `json:"names"`
}
QueryReq query namespace request
Click to show internal directories.
Click to hide internal directories.