mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
vet
This commit is contained in:
@@ -16,7 +16,7 @@ type StreamingRpcHeader struct {
|
||||
// StreamingRpcAck is used to acknowledge receiving the StreamingRpcHeader and
|
||||
// routing to the requirested handler.
|
||||
type StreamingRpcAck struct {
|
||||
// Error is used to return whether an error occured establishing the
|
||||
// Error is used to return whether an error occurred establishing the
|
||||
// streaming RPC. This error occurs before entering the RPC handler.
|
||||
Error string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user