good morning!!!!
Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
add response
· 51c5cd96
a
authored
Jun 26, 2023
51c5cd96
Hide whitespace changes
Inline
Side-by-side
exports.go
View file @
51c5cd96
...
...
@@ -20,6 +20,9 @@ type (
ResponseWriter
=
codec
.
ResponseWriter
// StreamingConn is a conn that supports streaming methods
StreamingConn
=
codec
.
Conn
//Request is the request object
Request
=
codec
.
Request
)
type
(
// BatchElem is an element of a batch request
...
...