Documentation ¶
Index ¶
- type Store
- func (s *Store) ChunkWrite(_ context.Context, name string, transactionID string, info *stotypes.ChunkInfo) error
- func (s *Store) CompleteChunkWrite(_ context.Context, name string, transactionID string, ...) error
- func (s *Store) CreateChunkWrite(_ context.Context, name string) (string, error)
- func (s *Store) Delete(_ context.Context, name string, ignoreNotExists bool) error
- func (s *Store) Get(_ context.Context, name string) (io.ReadCloser, error)
- func (s *Store) GetDigest(ctx context.Context, name string) (string, error)
- func (s *Store) GetSize(_ context.Context, name string) (int64, error)
- func (s *Store) Move(ctx context.Context, src, dest string) error
- func (s *Store) Put(_ context.Context, name string, digest string, in io.ReadSeeker) error
- func (s *Store) PutWithChunk(ctx context.Context, name string, digest string, size int, chunkSize int, ...) error
- func (s *Store) SeekRead(_ context.Context, name string, start int64) (io.ReadCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { Endpoint string AccessKey string SecretKey string Bucket string BaseDir string // contains filtered or unexported fields }
func (*Store) ChunkWrite ¶
func (*Store) CompleteChunkWrite ¶
func (*Store) CreateChunkWrite ¶
func (*Store) PutWithChunk ¶
Click to show internal directories.
Click to hide internal directories.