String returns the cache key as a string for use with twmb/go-cache
()
| 55 | |
| 56 | // String returns the cache key as a string for use with twmb/go-cache |
| 57 | func (k cacheKey) String() string { |
| 58 | return k.messageName + "@" + k.commit |
| 59 | } |
| 60 | |
| 61 | // bearerTokenInterceptor creates a Connect interceptor that adds Authorization header |
| 62 | func bearerTokenInterceptor(token string) connect.UnaryInterceptorFunc { |
no outgoing calls