etcd/pkg
Marek Siarkowicz f36a8782f0
Merge pull request #14345 from nic-chen/tests/watch
tests: Migrate watch test to common framework
2022-08-25 13:35:34 +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 Merge pull request #14345 from nic-chen/tests/watch 2022-08-25 13:35:34 +02:00
flags Merge pull request #12469 from trawler/client_listen_unix_socket 2022-08-09 06:40:31 +08:00
grpc_testing client: Add grpc authority header integration tests 2021-09-29 12:42:16 +02:00
httputil *: move from io/ioutil to io and os packages 2021-10-28 00:05:28 +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 tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
notify server: Extract notifier struct 2021-09-10 10:16:48 +02:00
osutil tests: Use zaptest.NewLogger in tests 2022-04-04 13:03:15 +02:00
pbutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
proxy Fixed goroutine leak on NewServer 2022-04-22 08:57:19 +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 schedule: Provide logs when the fifo job panic happens 2022-06-15 20:58:17 +08:00
stringutil pkg/stringutil: add tests 2018-04-08 14:18:09 -07:00
traceutil tests: Use zaptest.NewLogger in places we missed 2022-05-06 12:23:20 +02:00
wait pkg/wait: change list from single element to an array. 2021-03-04 12:16:41 -08: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
go.mod Update zap to 1.21. 2022-06-17 10:05:25 +02:00
go.sum Update zap to 1.21. 2022-06-17 10:05:25 +02:00

README.md

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.