Skip to content

Commit

Permalink
[FIX] 大小写错误导致函数引用错误
Browse files Browse the repository at this point in the history
  • Loading branch information
younglifestyle committed Oct 31, 2022
1 parent a3b1acc commit 4158f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/id_gen_sv.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (s *IdGenService) GenSegmentCache(ctx context.Context,
return
}

func (s *IdGenService) GenSegmentDB(ctx context.Context, in *v1.IdRequest) (leafs *v1.LeafAllocDbs, err error) {
func (s *IdGenService) GenSegmentDb(ctx context.Context, in *v1.IdRequest) (leafs *v1.LeafAllocDbs, err error) {
leafs = &v1.LeafAllocDbs{}

allLeafs, err := s.segmentIdGenUsecase.GetAllLeafs(ctx)
Expand Down

0 comments on commit 4158f49

Please sign in to comment.