etcd/pkg
2025-02-10 21:20:45 +00:00
..
adt fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
cobrautl Create util for etcdctl, move helper of cobra from main package to 2024-08-04 13:37:22 +03:30
contention cleanup contention.go docs, Observe param name 2024-02-16 00:06:31 -08:00
cpuutil etcd: remove redundant type conversion 2022-09-20 11:26:02 +08:00
crc fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
debugutil debugutil: Remove extra space in trace handler route 2021-03-03 16:01:04 -08:00
expect fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
featuregate fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
flags fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
grpctesting fix: enable errorlint in api, client and pkg 2024-10-13 19:43:20 +02:00
httputil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
idutil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
ioutil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
netutil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
notify server: Extract notifier struct 2021-09-10 10:16:48 +02:00
osutil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
pbutil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
proxy fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
report fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
runtime chore: delete // +build buildtag by go fix 2022-12-29 14:17:05 +08:00
schedule fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
stringutil fix: use testify instead of t.Fatal or t.Error in pkg package (part 1) 2024-12-11 07:57:37 +01:00
traceutil fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
wait fix: use testify instead of t.Fatal or t.Error in pkg package 2025-02-02 16:30:18 +01:00
go.mod dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to 2.26.1, bump google.golang.org/genproto/googleapis/rpc from v0.0.0-20250115164207-1a7da9e5054f to v0.0.0-20250204164813-702378808489, and google.golang.org/protobuf from v1.36.4 to v1.36.5 2025-02-10 21:20:45 +00:00
go.sum dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to 2.26.1, bump google.golang.org/genproto/googleapis/rpc from v0.0.0-20250115164207-1a7da9e5054f to v0.0.0-20250204164813-702378808489, and google.golang.org/protobuf from v1.36.4 to v1.36.5 2025-02-10 21:20:45 +00:00
LICENSE bom: Update bill-of-materials generation logic (and refresh bom). 2020-10-13 07:50:08 +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.