mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-06-13 22:41:43 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
400fa5f2d3 | ||
|
|
0e13e85e65 |
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.18-alpine as builder
|
FROM golang:1.21-alpine as builder
|
||||||
MAINTAINER Fullstory Engineering
|
MAINTAINER Fullstory Engineering
|
||||||
|
|
||||||
# create non-privileged group and user
|
# create non-privileged group and user
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ import (
|
|||||||
"github.com/fullstorydev/grpcurl"
|
"github.com/fullstorydev/grpcurl"
|
||||||
)
|
)
|
||||||
|
|
||||||
// To avoid confusion between program error codes and the gRPC resonse
|
// To avoid confusion between program error codes and the gRPC response
|
||||||
// status codes 'Cancelled' and 'Unknown', 1 and 2 respectively,
|
// status codes 'Cancelled' and 'Unknown', 1 and 2 respectively,
|
||||||
// the response status codes emitted use an offest of 64
|
// the response status codes emitted use an offset of 64
|
||||||
const statusCodeOffset = 64
|
const statusCodeOffset = 64
|
||||||
|
|
||||||
const noVersion = "dev build <no version set>"
|
const noVersion = "dev build <no version set>"
|
||||||
|
|||||||
Reference in New Issue
Block a user