(ctx context.Context)
| 30 | Set(ctx context.Context, key string, value T) error |
| 31 | Delete(ctx context.Context, key string) error |
| 32 | Purge(ctx context.Context) error |
| 33 | } |
| 34 | |
| 35 | // Logger is a structured logging interface satisfied by *log.Helper from Kratos. |
no outgoing calls