(ctx context.Context, table, clientID string)
| 9 | } |
| 10 | |
| 11 | func (*NopBackend) Get(ctx context.Context, table, clientID string) (string, error) { |
| 12 | return "", nil |
| 13 | } |
| 14 | |
| 15 | func (*NopBackend) Close(ctx context.Context) error { |
| 16 | return nil |
no outgoing calls