Documentation ¶ Index ¶ type Local func New(dir string) *Local func (l *Local) Delete(_ context.Context, uid string) error func (l *Local) Get(_ context.Context, uid string) (io.ReadCloser, error) func (l *Local) Set(_ context.Context, uid string, content io.Reader) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Local ¶ type Local struct { // contains filtered or unexported fields } func New ¶ func New(dir string) *Local func (*Local) Delete ¶ func (l *Local) Delete(_ context.Context, uid string) error func (*Local) Get ¶ func (l *Local) Get(_ context.Context, uid string) (io.ReadCloser, error) func (*Local) Set ¶ func (l *Local) Set(_ context.Context, uid string, content io.Reader) error Source Files ¶ View all Source files local.go Click to show internal directories. Click to hide internal directories.