Skip to content

Commit

Permalink
fix: method GetZap add to interface zapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Feb 28, 2023
1 parent 2e3a0d9 commit 00899cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type Zapper interface {
NewCore(...Core) error
GetServiceCode() uint
GetServiceName() string
GetZap() *zap.Logger
}

type Zap struct {
Expand Down

0 comments on commit 00899cd

Please sign in to comment.