Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetGroup = utils.NewLazyLoader(func() core.Grouper { return core.NewStaticGroup( core.DescriptorSpec{ Name: "object-lock", Description: "Object locking commands", }, func() []core.Descriptor { return []core.Descriptor{ getGet(), getSet(), } }, ) })
Functions ¶
This section is empty.
Types ¶
type GetBucketObjectLockParams ¶
type GetBucketObjectLockParams struct {
Bucket common.BucketName `json:"dst" jsonschema:"description=Specifies the bucket whose ACL is being requested" mgc:"positional"`
}
Click to show internal directories.
Click to hide internal directories.