[v3] fix panic on publish methods (#167)
Some checks failed
coverage / build (push) Successful in 3m8s
test / test (push) Failing after 18m47s

* move publish methods to a separate file
* reorder client methods
* fix panic for publish
* refactoring
* go mod tidy
* rename go.micro => micro
* add comment to README about Set-Cookie headers
This commit is contained in:
2025-10-29 11:20:04 +05:00
committed by GitHub
parent cee0fde959
commit 3f3c3a4471
6 changed files with 126 additions and 114 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ toolchain go1.24.3
require (
github.com/stretchr/testify v1.11.1
go.unistack.org/micro-codec-json/v3 v3.10.3
go.unistack.org/micro/v3 v3.11.45
go.unistack.org/micro/v3 v3.11.48
google.golang.org/protobuf v1.36.10
)