feat: extract get function
This commit is contained in:
@ -28,9 +28,9 @@ type Other interface {
|
||||
}
|
||||
|
||||
type Reader interface {
|
||||
Get(ctx context.Context, path string) (FileInfo, error)
|
||||
List(ctx context.Context, path string) ([]FileInfo, error)
|
||||
Link(ctx context.Context, path string, args LinkArgs) (*Link, error)
|
||||
//Get(ctx context.Context, path string) (FileInfo, error) // maybe not need
|
||||
}
|
||||
|
||||
type Writer interface {
|
||||
|
Reference in New Issue
Block a user