Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(cfg *iqshell.Config, info CreateInfo)
func ListDomains ¶
func ListDomains(cfg *iqshell.Config, info ListDomainInfo)
Types ¶
type CreateInfo ¶
type CreateInfo bucket.CreateApiInfo
func (*CreateInfo) Check ¶
func (i *CreateInfo) Check() *data.CodeError
type ListDomainInfo ¶
func (*ListDomainInfo) Check ¶
func (info *ListDomainInfo) Check() *data.CodeError
type ListInfo ¶
type ListInfo struct {
Bucket string
Prefix string
Marker string
Delimiter string
Limit int // 最大输出条数,默认:-1, 无限输出
StartDate string // list item 的 put time 区间的开始时间 【闭区间】
EndDate string // list item 的 put time 区间的终止时间 【闭区间】
Suffixes string // list item 必须包含前缀
MaxRetry int // -1: 无限重试
SaveToFile string
AppendMode bool
Readable bool
}
Click to show internal directories.
Click to hide internal directories.