etcd/pkg
Wei Fu cf285ea3c7 bump grpc to v1.51.0 from v1.47.0
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2022-11-23 22:16:22 +08:00
..
adt Bump go 1.19: revert the change to pkg/adt/interval_tree.go 2022-09-22 08:47:46 +08:00
cobrautl all: Use ReplaceAll instead of Replace with -1 pos 2022-11-15 00:06:09 +03:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cpuutil etcd: remove redundant type conversion 2022-09-20 11:26:02 +08: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 Expect exit code enhancement 2022-11-14 11:19:41 +01:00
flags all: Use ReplaceAll instead of Replace with -1 pos 2022-11-15 00:06:09 +03: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 wal: Fix the `walWriteBytes` metric 2022-09-22 19:23:06 +08: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 etcd: modify declaring empty slices 2022-09-16 14:41:14 +08: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 all: Changing Printf and friends to Print if there is no formatting 2022-11-15 22:11:23 +03: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 etcd: remove redundant type conversion 2022-09-20 11:26:02 +08: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 bump grpc to v1.51.0 from v1.47.0 2022-11-23 22:16:22 +08:00
go.sum bump grpc to v1.51.0 from v1.47.0 2022-11-23 22:16:22 +08: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.