Skip to content

Commit 1205fbe

Browse files
committed
refactor: modified ProtoJSONEncoder interface to include Encoder interface
1 parent af373fe commit 1205fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

encoder/interfaces.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ type (
1919

2020
// ProtoJSONEncoder interface
2121
ProtoJSONEncoder interface {
22+
Encoder
2223
PrecomputeMarshal(
2324
body interface{},
2425
) (map[string]interface{}, error)

0 commit comments

Comments
 (0)