(ctx context.Context, key string, ttl time.Duration)
| 45 | KVSet(ctx context.Context, key string, value []byte, opts homekv.KVSetOptions) (bool, error) |
| 46 | KVDel(ctx context.Context, keys ...string) (int64, error) |
| 47 | KVExpire(ctx context.Context, key string, ttl time.Duration) (bool, error) |
| 48 | } |
| 49 | |
| 50 | var currentSignatureKVClient = func() (signatureKVClient, bool, error) { |
no outgoing calls
no test coverage detected