Skip to content

Commit

Permalink
[codec]update ConnReader interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JemmyHu authored and hujm2023 committed Dec 19, 2023
1 parent cb02276 commit 84fe114
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions codec/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,4 @@ type ConnReader interface {

// Size returns the number of bytes that can be read from current Connection.
Size() int

// LocalAddress ...
LocalAddress() string

// RemoteAddress ...
RemoteAddress() string
}

0 comments on commit 84fe114

Please sign in to comment.