Documentation ¶ Index ¶ type Repo func New() *Repo func (r *Repo) Delete(_ context.Context, path string) error func (r *Repo) Get(_ context.Context, path string) (io.ReadCloser, error) func (r *Repo) Store(_ context.Context, path string, content io.Reader) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Repo ¶ added in v1.1.0 type Repo struct{} func New ¶ func New() *Repo func (*Repo) Delete ¶ added in v1.1.0 func (r *Repo) Delete(_ context.Context, path string) error func (*Repo) Get ¶ added in v1.1.0 func (r *Repo) Get(_ context.Context, path string) (io.ReadCloser, error) func (*Repo) Store ¶ added in v1.1.0 func (r *Repo) Store(_ context.Context, path string, content io.Reader) (err error) Source Files ¶ View all Source files delete.goget.gorepository.gostore.go Click to show internal directories. Click to hide internal directories.