Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferWriterAt ¶
type BufferWriterAt struct {
// contains filtered or unexported fields
}
func NewBufferWriterAt ¶
func NewBufferWriterAt(w io.Writer) *BufferWriterAt
type File ¶
type File struct { Name *string `json:"name,omitempty" yaml:"name,omitempty"` Extension *string `json:"extension,omitempty" yaml:"extension,omitempty"` Key *string `json:"key,omitempty" yaml:"key,omitempty"` Path *string `json:"path,omitempty" yaml:"path,omitempty"` Size *int `json:"size,omitempty" yaml:"size,omitempty"` ContentType *string `json:"content_type,omitempty" yaml:"content_type,omitempty"` LastModified *time.Time `json:"last_modified,omitempty" yaml:"last_modified,omitempty"` Prefix *string `json:"prefix,omitempty" yaml:"prefix,omitempty"` }
type Storage ¶
Click to show internal directories.
Click to hide internal directories.