Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Dec 23, 2019
1 parent daa81c0 commit b0fbbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/appserver/rpc_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func (r *RPCGateway) CloseListener(lisID *uint16, _ *struct{}) error {
return lis.Close()
}

// DeadlineReq contains arguments for deadline methods.
type DeadlineReq struct {
ConnID uint16
Deadline time.Time
Expand Down

0 comments on commit b0fbbad

Please sign in to comment.