MCPcopy
hub / github.com/etcd-io/etcd / TimeToLive

Method TimeToLive

tests/framework/interfaces/interface.go:57–57  ·  view source on GitHub ↗
(context context.Context, id clientv3.LeaseID, opts config.LeaseOption)

Source from the content-addressed store, hash-verified

55 AlarmDisarm(context context.Context, alarmMember *clientv3.AlarmMember) (*clientv3.AlarmResponse, error)
56 Grant(context context.Context, ttl int64) (*clientv3.LeaseGrantResponse, error)
57 TimeToLive(context context.Context, id clientv3.LeaseID, opts config.LeaseOption) (*clientv3.LeaseTimeToLiveResponse, error)
58 Leases(context context.Context) (*clientv3.LeaseLeasesResponse, error)
59 KeepAliveOnce(context context.Context, id clientv3.LeaseID) (*clientv3.LeaseKeepAliveResponse, error)
60 Revoke(context context.Context, id clientv3.LeaseID) (*clientv3.LeaseRevokeResponse, error)

Calls

no outgoing calls