"backend/internal/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "975e6b15635a3284505457ddb1e2bda895d3abc4"
Commit 04cedce9 authored by QTom's avatar QTom
Browse files

test: 为 stubAccountRepo 添加 ListCRSAccountIDs 方法实现

parent 5e0d7894
......@@ -1049,6 +1049,10 @@ func (s *stubAccountRepo) BulkUpdate(ctx context.Context, ids []int64, updates s
return int64(len(ids)), nil
}
func (s *stubAccountRepo) ListCRSAccountIDs(ctx context.Context) (map[string]int64, error) {
return nil, errors.New("not implemented")
}
type stubProxyRepo struct{}
func (stubProxyRepo) Create(ctx context.Context, proxy *service.Proxy) 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