Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonPrefix ¶
type CommonPrefix struct {
Prefix string
}
type ListBucketV2Result ¶
type MockMinIO ¶
type MockMinIO struct {
// contains filtered or unexported fields
}
func NewMockMinIO ¶
func NewMockMinIO() *MockMinIO
func (*MockMinIO) AddObjects ¶
func (*MockMinIO) Transport ¶
func (m *MockMinIO) Transport(mock *httpmock.MockTransport)
type ObjectInfo ¶
type ObjectInfo struct { ETag string `json:"etag"` Key string `json:"name"` LastModified time.Time `json:"lastModified"` Size int64 `json:"size"` ContentType string `json:"contentType"` Expires time.Time `json:"expires"` Metadata http.Header `json:"metadata" xml:"-"` UserMetadata StringMap `json:"userMetadata"` UserTags StringMap `json:"userTags"` UserTagCount int Owner Owner Grant []minio.Grant `xml:"Grant"` StorageClass string `json:"storageClass"` IsLatest bool IsDeleteMarker bool VersionID string `xml:"VersionId"` ReplicationStatus string `xml:"ReplicationStatus"` Expiration time.Time ExpirationRuleID string Err error `json:"-"` }
Click to show internal directories.
Click to hide internal directories.