MCPcopy Index your code
hub / github.com/apache/answer / RemoveAdminUserCacheInfo

Method RemoveAdminUserCacheInfo

internal/service/auth/auth.go:188–190  ·  view source on GitHub ↗
(ctx context.Context, accessToken string)

Source from the content-addressed store, hash-verified

186}
187
188func (as *AuthService) RemoveAdminUserCacheInfo(ctx context.Context, accessToken string) (err error) {
189 return as.authRepo.RemoveAdminUserCacheInfo(ctx, accessToken)
190}
191func (as *AuthService) AuthAPIKey(ctx context.Context, read bool, apiKey string) (pass bool, err error) {
192 apiKeyInfo, exist, err := as.apiKeyRepo.GetAPIKey(ctx, apiKey)
193 if err != nil {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected