Documentation ¶
Index ¶
- type HttpDoer
- type Storage
- func (s *Storage) DeleteBlobs(ctx context.Context, projectId, documentId string, blobIds []string) error
- func (s *Storage) GetBlob(ctx context.Context, projectId, documentId, blobId string, dst io.Writer) (blob *storage.BlobIdSizeAndMeta, err error)
- func (s *Storage) HeadBlob(ctx context.Context, projectId, documentId, blobId string) (blob *storage.BlobIdSizeAndMeta, err error)
- func (s *Storage) ListBlobs(ctx context.Context, projectId, documentId string) (blobs []storage.BlobIdAndSize, err error)
- func (s *Storage) ListDocumentIds(ctx context.Context, projectId string) (documentIds []string, err error)
- func (s *Storage) ListProjectIds(ctx context.Context) (projectIds []string, err error)
- func (s *Storage) PutBlob(ctx context.Context, projectId, documentId, blobId string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.