Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHashDirs ¶
Types ¶
type FileStore ¶
type FileStore interface { http.Module GetFile(ctx context.Context, group string, hash []byte, suffix string) ([]byte, Error) GetPresignedURL(ctx context.Context, group string, hash []byte, suffix string) (*url.URL, Error) PutFile(ctx context.Context, group string, hash []byte, suffix string, data []byte) Error }
Click to show internal directories.
Click to hide internal directories.