Commit 11c23b94 authored by Alex Dadgar's avatar Alex Dadgar
Browse files

vet

parent 568c89e4
No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
......@@ -30,7 +30,6 @@ var (
pathNotPresentErr = fmt.Errorf("must provide a file path")
taskNotPresentErr = fmt.Errorf("must provide task name")
logTypeNotPresentErr = fmt.Errorf("must provide log type (stdout/stderr)")
clientNotRunning = fmt.Errorf("node is not running a Nomad Client")
invalidOrigin = fmt.Errorf("origin must be start or end")
)
......
......@@ -144,7 +144,7 @@ type FsLogsRequest struct {
// StreamErrWrapper is used to serialize output of a stream of a file or logs.
type StreamErrWrapper struct {
// Error stores any error that may have occured.
// Error stores any error that may have occurred.
Error *RpcError
// Payload is the payload
......
......@@ -117,7 +117,7 @@ type Server struct {
// all RPC connections
staticEndpoints endpoints
// streamingRpcs is the registery holding our streaming RPC handlers.
// streamingRpcs is the registry holding our streaming RPC handlers.
streamingRpcs *structs.StreamingRpcRegistery
// nodeConns is the set of multiplexed node connections we have keyed by
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment