update the comment for godoc

This commit is contained in:
toranger
2018-12-13 17:23:18 +08:00
parent c42e4bd559
commit 34cf1f303e
15 changed files with 87 additions and 153 deletions

View File

@@ -219,8 +219,7 @@ type AuthorizationTransport struct {
SessionToken string
rwLocker sync.RWMutex
// 签名多久过期
Expire time.Duration
Expire time.Duration
Transport http.RoundTripper
}