Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForShowNameSpaceList ¶
func GenReqDefForShowNameSpaceList() *def.HttpRequestDef
func MasClientBuilder ¶
func MasClientBuilder() *http_client.HcHttpClientBuilder
Types ¶
type MasClient ¶
type MasClient struct {
HcClient *http_client.HcHttpClient
}
func NewMasClient ¶
func NewMasClient(hcClient *http_client.HcHttpClient) *MasClient
func (*MasClient) ShowNameSpaceList ¶
func (c *MasClient) ShowNameSpaceList(request *model.ShowNameSpaceListRequest) (*model.ShowNameSpaceListResponse, error)
ShowNameSpaceList 查询命名空间列表
Please refer to HUAWEI cloud API Explorer for details.
func (*MasClient) ShowNameSpaceListInvoker ¶
func (c *MasClient) ShowNameSpaceListInvoker(request *model.ShowNameSpaceListRequest) *ShowNameSpaceListInvoker
ShowNameSpaceListInvoker 查询命名空间列表
type ShowNameSpaceListInvoker ¶
type ShowNameSpaceListInvoker struct {
*invoker.BaseInvoker
}
func (*ShowNameSpaceListInvoker) Invoke ¶
func (i *ShowNameSpaceListInvoker) Invoke() (*model.ShowNameSpaceListResponse, error)
Click to show internal directories.
Click to hide internal directories.