Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
Add(context.Context, io.Reader, *Info) (string, error)
GroupAdd(context.Context, io.Reader, *Info, string) (string, error)
AddDir(context.Context, string, *Info) (string, error)
GroupAddDir(context.Context, string, *Info, string) (string, error)
Get(context.Context, string) (io.ReadSeekCloser, *Info, error)
Delete(context.Context, string) error
}
Click to show internal directories.
Click to hide internal directories.