Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
NewClient returns an etcd Client connecting to the passed in servers' endpoints, with the specified dialing timeout.
The return type belongs to etcd package in Trillian vendor/ directory, which allows external clients/codebases to build an object that matches the Trillian internal implementation (a clientv3.Client built from a different codebase/location, even if it's the same code, wouldn't have the required matching type).
TODO(pavelkalinnikov): Remove this when there is a way to compatibly import the same version of etcd in external codebases. Could Go modules help?
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.