Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupTelemetry ¶
func SetupTelemetry(Version string)
SetupTelemetry initializes our telemetry stack - sentry to be connected with log - logrus to
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
Details []interface{} `json:"details,omitempty"`
StatusCode int `json:"-"`
}
func GrpcErrorToWebError ¶
func GrpcErrorToWebError(err error) ErrorResponse
Click to show internal directories.
Click to hide internal directories.