Documentation
¶
Index ¶
Constants ¶
View Source
const GetErrorFromTrace = "getErrorFromTrace"
Variables ¶
This section is empty.
Functions ¶
func InitHandlers ¶
Types ¶
type Debug ¶
type Debug interface {
GetErrorFromTrace(c context.Context, req GetTraceErrorResponseReq) ([]TraceError, servicereply.ServiceReply)
}
type GetTraceErrorResponseReq ¶
type GetTraceErrorResponseReq struct {
TraceId string `json:"traceId"`
}
type TraceApi ¶
type TraceApi interface {
GetErrorFromTrace(c context.Context, req GetTraceErrorResponseReq) ([]TraceError, servicereply.ServiceReply)
}
type TraceError ¶
type TraceError struct { Status string `json:"status"` UserMessageId string `json:"userMessageId"` FullResponseTrace json.RawMessage `json:"fullResponseTrace"` }
Click to show internal directories.
Click to hide internal directories.