提交 8c547a05 编写于 作者: H HFO4

Fix: mismatched pointer receiver in oss.Driver

上级 f7311f90
...@@ -42,7 +42,7 @@ type Driver struct { ...@@ -42,7 +42,7 @@ type Driver struct {
HTTPClient request.Client HTTPClient request.Client
} }
func (handler *Driver) List(ctx context.Context, path string) ([]response.Object, error) { func (handler Driver) List(ctx context.Context, path string) ([]response.Object, error) {
panic("implement me") panic("implement me")
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册