etcd/pkg
Benjamin Wang 8b6c8b4c96 add unit test for pkg/flags/Uint32FromFlag in uint32_test.go
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2022-07-07 04:52:28 +08: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 pkg/expect: send SIGTERM to target expect process instead of SIGKILL 2022-06-26 16:39:30 +08:00
flags add unit test for pkg/flags/Uint32FromFlag in uint32_test.go 2022-07-07 04:52:28 +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.