Documentation
¶
Index ¶
- func KeyGetLawsuitInformationHandler(orderID string) string
- func Respond(w http.ResponseWriter, r *http.Request, status int, data interface{})
- type Handler
- func (h *Handler) GetLawsuitInformationHandler(w http.ResponseWriter, r *http.Request)
- func (h *Handler) HealthCheckHandle(w http.ResponseWriter, r *http.Request)
- func (h *Handler) LawsuitInformationHandler(w http.ResponseWriter, r *http.Request)
- func (h *Handler) WebHookFinishHandler(w http.ResponseWriter, r *http.Request)
- func (h *Handler) WebHookIdempotencyHandler(w http.ResponseWriter, r *http.Request)
- type LawsuitInformationRequest
- type LawsuitInformationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
func (*Handler) GetLawsuitInformationHandler ¶
func (h *Handler) GetLawsuitInformationHandler(w http.ResponseWriter, r *http.Request)
func (*Handler) HealthCheckHandle ¶
func (h *Handler) HealthCheckHandle(w http.ResponseWriter, r *http.Request)
func (*Handler) LawsuitInformationHandler ¶
func (h *Handler) LawsuitInformationHandler(w http.ResponseWriter, r *http.Request)
func (*Handler) WebHookFinishHandler ¶
func (h *Handler) WebHookFinishHandler(w http.ResponseWriter, r *http.Request)
func (*Handler) WebHookIdempotencyHandler ¶
func (h *Handler) WebHookIdempotencyHandler(w http.ResponseWriter, r *http.Request)
type LawsuitInformationRequest ¶
type LawsuitInformationRequest struct {
LawsuitNumber string `json:"lawsuit-number"`
}
func (*LawsuitInformationRequest) Ok ¶
func (l *LawsuitInformationRequest) Ok() error
Click to show internal directories.
Click to hide internal directories.