"...components/admin/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "8027531d07de833e8ca30e961b53ed01d91e9ded"
Commit 02cb14c7 authored by LLLLLLiulei's avatar LLLLLLiulei
Browse files

test: fix proxy repo stub

parent 9bdb45be
......@@ -858,6 +858,10 @@ func (stubProxyRepo) CountAccountsByProxyID(ctx context.Context, proxyID int64)
return 0, errors.New("not implemented")
}
func (stubProxyRepo) ListAccountSummariesByProxyID(ctx context.Context, proxyID int64) ([]service.ProxyAccountSummary, error) {
return nil, errors.New("not implemented")
}
type stubRedeemCodeRepo struct{}
func (stubRedeemCodeRepo) Create(ctx context.Context, code *service.RedeemCode) error {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment