Add comment to struct

This commit is contained in:
Fluf 2018-05-24 22:02:13 -04:00 committed by GitHub
parent a46718613b
commit 55bbfac16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ import (
"code.gitea.io/gitea/modules/setting"
)
// Response is the structure of JSON returned from API
type Response struct {
Success bool `json:"success"`
ChallengeTS time.Time `json:"challenge_ts"`