enum

package
v0.0.0-...-4c075ac Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataTopicType

type DataTopicType string
const (
	BASIC_DATA    DataTopicType = "BASIC_DATA"
	QUERY_DATA    DataTopicType = "QUERY_DATA"
	BIDWORD_DATA  DataTopicType = "BIDWORD_DATA"
	MATERIAL_DATA DataTopicType = "MATERIAL_DATA"
)

type OrderByType

type OrderByType string
const (
	ASC  OrderByType = "ASC"
	DESC OrderByType = "DESC"
)

type PromotionStatus

type PromotionStatus string

广告状态

const (
	// 不限
	NOT_DELETED PromotionStatus = "NOT_DELETED"
	// 不限(包含已删除)
	ALL                      PromotionStatus = "ALL"
	PROMOTION_STATUS_DELETED PromotionStatus = "PROMOTION_STATUS_DELETED"
)

Jump to

Keyboard shortcuts

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