Skip to content

Commit

Permalink
hopefully the last batch of link comment warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Dec 27, 2020
1 parent 6cf57a9 commit 7726f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/datamodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,12 +929,12 @@ func NoErrDeliveredParams(id, topic string, ts time.Time, params interface{}) *S

// 3xx

// InfoValidateCredentialsExplicitTs requires user to confirm credentials before going forward (300).
// InfoValidateCredentials requires user to confirm credentials before going forward (300).
func InfoValidateCredentials(id string, ts time.Time) *ServerComMessage {
return InfoValidateCredentialsExplicitTs(id, ts, ts)
}

// InfoValidateCredentials requires user to confirm credentials before going forward
// InfoValidateCredentialsExplicitTs requires user to confirm credentials before going forward
// with explicit server and incoming request timestamps (300).
func InfoValidateCredentialsExplicitTs(id string, serverTs, incomingReqTs time.Time) *ServerComMessage {
return &ServerComMessage{Ctrl: &MsgServerCtrl{
Expand Down

0 comments on commit 7726f18

Please sign in to comment.