File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,29 +88,29 @@ func (a *oauth) getNewToken() error {
8888 return nil
8989}
9090
91- // TODO migrate strings
91+ // TODO func comment
9292func (a * oauth ) getTokenString () string {
9393 return a .token
9494}
9595
96- // TODO migrate strings
96+ // TODO func comment
9797func (a * oauth ) getExpiryTime () time.Time {
9898 return a .expiryTime
9999}
100100
101101// Utils
102102
103- // TODO migrate strings
103+ // TODO func comment
104104func (a * oauth ) tokenExpired () bool {
105105 return a .expiryTime .Before (time .Now ())
106106}
107107
108- // TODO migrate strings
108+ // TODO func comment
109109func (a * oauth ) tokenInBuffer () bool {
110110 return time .Until (a .expiryTime ) <= a .bufferPeriod
111111}
112112
113- // TODO migrate strings
113+ // TODO func comment
114114func (a * oauth ) tokenEmpty () bool {
115115 return a .token == ""
116116}
You can’t perform that action at this time.
0 commit comments