Documentation ¶
Index ¶
- type Index
- type Remote
- type Store
- func (ds Store) Dump(hex bool)
- func (ds Store) ReadIndex(i Index) error
- func (ds Store) ReadStream(key string) (io.ReadCloser, error)
- func (ds Store) WriteACI(tmpKey string, orig io.Reader) (string, error)
- func (ds Store) WriteIndex(i Index)
- func (ds Store) WriteStream(key string, r io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (Store) ReadStream ¶
func (ds Store) ReadStream(key string) (io.ReadCloser, error)
func (Store) WriteIndex ¶
Click to show internal directories.
Click to hide internal directories.