Skip to content

Commit

Permalink
feat(helpers): split to helpers and values
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 committed Mar 17, 2024
1 parent 1957844 commit 0e7a4bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cache/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package cache
import (
"context"
"time"

"github.com/go-kratos-ecosystem/components/v2/values"
)

type Repository interface {
Expand Down

0 comments on commit 0e7a4bc

Please sign in to comment.