Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterEngine ¶
RegisterEngine Register a Engine
Types ¶
type ListItem ¶ added in v1.5.0
type ListItem struct { Key string `json:"key,omitempty" xml:"Key"` ETag string `json:"etag,omitempty" xml:"ETag"` Size uint32 `json:"size,omitempty" xml:"Size"` LastModified *time.Time `json:"modified,omitempty" xml:"LastModified"` }
ListItem ...
type ListSpec ¶ added in v1.5.0
type ListSpec struct { Delimiter string `json:"delimiter"` Marker string `json:"marker"` Limit int `json:"limit"` Prefix string `json:"prefix"` }
ListSpec ...
Click to show internal directories.
Click to hide internal directories.