Documentation
¶
Index ¶
- type Store
- func (s *Store) Delete(ctx context.Context, key string) error
- func (s *Store) Get(ctx context.Context, key string) (io.ReadCloser, *objectstore.ObjectInfo, error)
- func (s *Store) Put(ctx context.Context, key string, r io.Reader, opts *objectstore.PutOptions) (*objectstore.ObjectInfo, error)
- func (s *Store) Stat(ctx context.Context, key string) (*objectstore.ObjectInfo, 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) Get ¶
func (s *Store) Get(ctx context.Context, key string) (io.ReadCloser, *objectstore.ObjectInfo, error)
func (*Store) Put ¶
func (s *Store) Put(ctx context.Context, key string, r io.Reader, opts *objectstore.PutOptions) (*objectstore.ObjectInfo, error)
func (*Store) Stat ¶
func (s *Store) Stat(ctx context.Context, key string) (*objectstore.ObjectInfo, error)
Click to show internal directories.
Click to hide internal directories.