Skip to content

Commit

Permalink
Fixed doc comments for auth.go options
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Dec 23, 2022
1 parent b5540bf commit f58155d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ably/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ type Auth struct {
method int
client *REST

// save params to use with token renewal
// params to use with token renewal
params *TokenParams

// a host part of AuthURL
// host part of AuthURL
host string

// clientID is used for identifying this client when publishing messages or for presence purposes.
Expand All @@ -86,7 +86,7 @@ type Auth struct {

serverTimeOffset time.Duration

// ServerTimeHandler when provided this will be used to query server time.
// serverTimeHandler when provided this will be used to query server time.
serverTimeHandler func() (time.Time, error)
}

Expand Down

0 comments on commit f58155d

Please sign in to comment.