portal/controller/response/challenge.go

6 lines
89 B
Go

package response
type ChallengeResponse struct {
Challenge string `json:"challenge"`
}