feat: fs other api

This commit is contained in:
Noah Hsu
2022-08-03 14:14:37 +08:00
parent 2a68c3cc7b
commit 721f18a7f4
8 changed files with 86 additions and 6 deletions

View File

@ -25,7 +25,7 @@ type Meta interface {
}
type Other interface {
Other(ctx context.Context, data interface{}) (interface{}, error)
Other(ctx context.Context, args model.OtherArgs) (interface{}, error)
}
type Reader interface {