third

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMerchantApmRequest

type AddMerchantApmRequest struct {
	MerchantName string   `json:"merchant_name"` // 商户名称
	MerchantId   string   `json:"merchant_id"`   // 商户id
	Namespaces   []string `json:"namespaces"`    // 商户环境
}

AddMerchantApmRequest apm

type AddMerchantClsLogTopicRequest

type AddMerchantClsLogTopicRequest struct {
	MerchantName string   `json:"merchant_name"` // 商户名称
	MerchantId   string   `json:"merchant_id"`   // 商户id
	Namespaces   []string `json:"namespaces"`    // 商户环境
}

type AddMerchantClsLogTopicResponse

type AddMerchantClsLogTopicResponse struct {
	MerchantName string       `json:"merchant_name"` // 商户名称
	MerchantId   string       `json:"merchant_id"`   // 商户id
	Topics       []*cls.Topic `json:"topics"`        // 日志主题列表
}

type DeleteMerchantLog

type DeleteMerchantLog struct {
	MerchantName string `json:"merchant_name"` // 商户名称
	MerchantId   string `json:"merchant_id"`   // 商户id
}

type TencentResourceListRequest

type TencentResourceListRequest struct {
	Type   thirdGrpc.ThirdTencentResourceType `json:"type,omitempty"`
	Ids    []string                           `json:"ids,omitempty"`
	Names  []string                           `json:"names,omitempty"`
	Offset int64                              `json:"offset,omitempty"`
	Limit  int64                              `json:"limit,omitempty"`
}

type TopicCreateRequest

type TopicCreateRequest struct {
	LogsetId  string `json:"logset_id"`  // 日志集
	TopicName string `json:"topic_name"` // 日志名称
}

type TopicCreateResponse

type TopicCreateResponse struct {
	TopicId   string `json:"topic_id"` // topicID
	RequestId string `json:"request_id"`
}

type TopicDeleteRequest

type TopicDeleteRequest struct {
	TopicId string `json:"topic_id"` // topicID
}

type TopicDeleteResponse

type TopicDeleteResponse struct {
	RequestId string `json:"request_id"`
}

type TopicListRequest

type TopicListRequest struct {
	Offset int64 `json:"offset"` // 分页的偏移量
	Limit  int64 `json:"limit"`  // 分页单页限制数目
}

TopicListRequest cls

type TopicModifyRequest

type TopicModifyRequest struct {
	TopicId   string `json:"topic_id"`   // topicID
	TopicName string `json:"topic_name"` // 日志名称
	Period    int64  `json:"period"`     // 生命周期
}

type TopicModifyResponse

type TopicModifyResponse struct {
	RequestId string `json:"request_id"`
}

Jump to

Keyboard shortcuts

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