diff options
| author | 2026-03-29 03:39:18 +0000 | |
|---|---|---|
| committer | 2026-03-29 03:39:18 +0000 | |
| commit | 7a93df9ab78c3d0823248d0fb051b0cc85edd85d (patch) | |
| tree | aba32ae47d6030e573b691e1a7aa314ff0ec4a72 /network/protocol/pktline/encoder.go | |
| parent | network/protocol/v0v1/server: Add contract labels (diff) | |
| signature | No signature | |
network/protocol: Add more contract labels
Diffstat (limited to 'network/protocol/pktline/encoder.go')
| -rw-r--r-- | network/protocol/pktline/encoder.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/pktline/encoder.go b/network/protocol/pktline/encoder.go index 4c7dcd6e..dac3293e 100644 --- a/network/protocol/pktline/encoder.go +++ b/network/protocol/pktline/encoder.go @@ -16,6 +16,8 @@ type Encoder struct { } // NewEncoder creates an encoder over w. +// +// Labels: Deps-Borrowed. func NewEncoder(w iowrap.WriteFlusher) *Encoder { return &Encoder{ w: w, |
