Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHandler ¶
func MakeHandler(s service.VerificationService) http.Handler
Types ¶
type AssignmentRequest ¶
type AssignmentRequest struct {
AssignmentID string `json:"assignment_id"`
}
type AssignmentResponse ¶
type AssignmentResponse struct {
Destroyed bool `json:"destroyed"`
}
Click to show internal directories.
Click to hide internal directories.