group

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Cmd 命令集
	Cmd = &cobra.Command{
		Use:   "group <subcommand>",
		Short: "域名分组管理",
	}
)

Functions

This section is empty.

Types

type DomainGroup

type DomainGroup struct {
	DomainCount int64  `json:"DomainCount"`
	GroupID     string `json:"GroupId"`
	GroupName   string `json:"GroupName"`
}

DomainGroup 域名分组信息

type DomainGroups

type DomainGroups struct {
	DomainGroups struct {
		DomainGroup []DomainGroup `json:"DomainGroup"`
	} `json:"DomainGroups"`
	PageNumber int    `json:"PageNumber"`
	PageSize   int    `json:"PageSize"`
	RequestID  string `json:"RequestID"`
	TotalCount int    `json:"TotalCount"`
}

DomainGroups 域名分组列表

Jump to

Keyboard shortcuts

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