Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGrpcErrorInWebContext ¶
func HandleGrpcErrorInWebContext(w http.ResponseWriter, err error) (int, error)
Types ¶
type GenericApiResponseBody ¶
func NewGenericApiFailureResponseBody ¶
func NewGenericApiFailureResponseBody(err error) GenericApiResponseBody
func NewGenericApiSuccessResponseBody ¶
func NewGenericApiSuccessResponseBody() GenericApiResponseBody
func (*GenericApiResponseBody) ToString ¶
func (b *GenericApiResponseBody) ToString() string
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewPaymentRequestServer ¶
func (*Server) GetHandlers ¶
func (s *Server) GetHandlers() map[string]http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.