model

package
v0.0.96 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessAkskVo added in v0.0.71

type AccessAkskVo struct {

	// ak-sk的id
	Id *int32 `json:"id,omitempty"`

	// ak-sk的生成时间
	GmtCreate *string `json:"gmt_create,omitempty"`

	// ak-sk的修改时间
	GmtModify *string `json:"gmt_modify,omitempty"`

	// 内部租户id
	InnerDomainId *int32 `json:"inner_domain_id,omitempty"`

	// 生成的ak
	Ak *string `json:"ak,omitempty"`

	// 生成的sk
	Sk *string `json:"sk,omitempty"`

	// ak-sk的状态
	Status *string `json:"status,omitempty"`

	// ak-sk的描述信息
	Descp *string `json:"descp,omitempty"`
}

ak-sk数据模型

func (AccessAkskVo) String added in v0.0.71

func (o AccessAkskVo) String() string

type BusinessNodeModel

type BusinessNodeModel struct {

	// 默认业务
	Default *bool `json:"default,omitempty"`

	// 业务展示名称
	DisplayName *string `json:"display_name,omitempty"`

	// 企业项目的id
	EpsId *string `json:"eps_id,omitempty"`

	// 创建时间
	GmtCreate *string `json:"gmt_create,omitempty"`

	// 修改时间
	GmtModify *string `json:"gmt_modify,omitempty"`

	// 业务id
	Id *int64 `json:"id,omitempty"`

	// 内部租户id
	InnerDomainId *int32 `json:"inner_domain_id,omitempty"`

	// 是否是默认的业务
	IsDefault *bool `json:"is_default,omitempty"`

	// 业务的英文名称
	Name *string `json:"name,omitempty"`
}

业务数据结构

func (BusinessNodeModel) String

func (o BusinessNodeModel) String() string

type ListAkSkRequest added in v0.0.71

type ListAkSkRequest struct {
}

Request Object

func (ListAkSkRequest) String added in v0.0.71

func (o ListAkSkRequest) String() string

type ListAkSkResponse added in v0.0.71

type ListAkSkResponse struct {
	AccessAkSkModels *[]AccessAkskVo `json:"access_ak_sk_models,omitempty"`
	HttpStatusCode   int             `json:"-"`
}

Response Object

func (ListAkSkResponse) String added in v0.0.71

func (o ListAkSkResponse) String() string

type ListBusinessRequest

type ListBusinessRequest struct {
}

Request Object

func (ListBusinessRequest) String

func (o ListBusinessRequest) String() string

type ListBusinessResponse

type ListBusinessResponse struct {

	// 获取业务列表数据结构
	BusinessNodes  *[]BusinessNodeModel `json:"business_nodes,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

Response Object

func (ListBusinessResponse) String

func (o ListBusinessResponse) String() string

type ShowMasterAddressRequest added in v0.0.71

type ShowMasterAddressRequest struct {

	// region英文名称
	RegionName string `json:"region_name"`
}

Request Object

func (ShowMasterAddressRequest) String added in v0.0.71

func (o ShowMasterAddressRequest) String() string

type ShowMasterAddressResponse added in v0.0.71

type ShowMasterAddressResponse struct {

	// region的id,英文名称,
	RegionName *string `json:"region_name,omitempty"`

	// APMmaster服务对对外暴露的地址,提供服务注册和心跳上报
	MasterAddress  *string `json:"master_address,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (ShowMasterAddressResponse) String added in v0.0.71

func (o ShowMasterAddressResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL