Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidObjectKey = errors.New("invalid object key") ErrNotExistObjectKey = errors.New("not exist object key") )
Functions ¶
This section is empty.
Types ¶
type FileSystemOp ¶
type ObjectMeta ¶ added in v1.4.6
type ObjectMeta struct {
ObjectID uint64 `json:"objectID"`
Group string `json:"group"`
Size int64 `json:"size"`
ContentType string `json:"contentType"`
ETag string `json:"etag"`
}
func ParseObjectMetaFromKey ¶ added in v1.4.6
func ParseObjectMetaFromKey(key string) (*ObjectMeta, error)
func (ObjectMeta) Key ¶ added in v1.4.6
func (meta ObjectMeta) Key() string
Click to show internal directories.
Click to hide internal directories.