(url string)
| 100 | } |
| 101 | |
| 102 | func isAPIPath(url string) bool { |
| 103 | return strings.HasPrefix(url, "/api/") |
| 104 | } |
| 105 | |
| 106 | type AuthStore interface { |
| 107 | // GetAccessTokenBySHA1 returns the access token with given SHA1. It returns |
no outgoing calls
no test coverage detected