etcd/pkg
2021-05-14 22:45:59 +02:00
..
adt pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
cobrautl Refactor common code from etcdctl (v2,v3) to pkg/corbautl. 2021-05-14 14:16:53 +02:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cpuutil pkg: clean up code format 2018-07-21 15:49:58 -07:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
debugutil debugutil: Remove extra space in trace handler route 2021-03-03 16:01:04 -08:00
expect Integrate verification into e2e tests. 2021-04-29 11:51:24 +02:00
flags Migrate dependencies pkg/foo -> client/pkg/foo 2021-04-07 00:38:47 +02:00
grpc_testing Adopt grpc_testing to grpc-1.36. 2021-03-24 23:31:03 +01:00
httputil pkg/httputil: add "GetHostname" 2018-02-28 17:27:40 -08:00
idutil pkg/idutil: use count field as atomic variable 2018-04-27 00:44:45 +08:00
ioutil Migrate dependencies pkg/foo -> client/pkg/foo 2021-04-07 00:38:47 +02:00
netutil Migrate dependencies pkg/foo -> client/pkg/foo 2021-04-07 00:38:47 +02:00
osutil Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
pbutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
proxy Fix pkg/proxy tests such that they don't leek goroutines and do close transports. 2021-05-14 22:45:59 +02:00
report pkg/*: fix "unconvert" warnings 2018-04-30 15:32:16 -07:00
runtime Reformat code according to 'gotip' rules. 2021-02-26 10:14:46 +01:00
schedule *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
stringutil pkg/stringutil: add tests 2018-04-08 14:18:09 -07:00
traceutil etcdserver: add more detailed traces on linearized reading (#12335) 2020-09-26 19:08:36 -07:00
wait pkg/wait: change list from single element to an array. 2021-03-04 12:16:41 -08:00
go.mod Fix unit tests logging config. 2021-05-14 22:45:57 +02:00
go.sum Fix unit tests logging config. 2021-05-14 22:45:57 +02:00
LICENSE bom: Update bill-of-materials generation logic (and refresh bom). 2020-10-13 07:50:08 +02:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.