-
Updated
Jul 7, 2022 - Go
grpc-go
Here are 679 public repositories matching this topic...
-
Updated
May 26, 2022 - Go
-
Updated
Oct 31, 2021
-
Updated
Jun 2, 2022 - Go
If something is passed for Default that can't be converted to a cty.Value, but it can be converted to a schema.SchemaDefaultFunc we could provide a better error message than the existing panic:
panic: can't convert (schema.SchemaDefaultFunc)(0x7b7740) to cty.ValueTo let people know that they need to pass this for DefaultFunc, not Default.
-
Updated
Apr 20, 2020 - Go
怎么添加HandlerFunc
怎么添加路由前的管道HandlerFunc?
-
Updated
Apr 13, 2020 - Go
At the moment this plugin generates two files for each processed *.proto file with names:
<protofile>_transformer.gooptions.go
In this case it's hard to say were these files auto-generated or weren't by its names.
Use additional file extension for auto-generated files: *.pb.st.go, as a result files should be named as :
<protofile>.pb.st.gooptions.pb.st.go
-
Updated
Nov 9, 2021
-
Updated
Jun 20, 2022 - Go
-
Updated
May 27, 2022 - Go
-
Updated
Sep 17, 2021 - Go
-
Updated
Feb 22, 2021 - Go
-
Updated
Mar 8, 2022 - Go
-
Updated
Mar 19, 2022 - Go
-
Updated
Sep 3, 2021 - Go
-
Updated
Dec 9, 2021 - Go
-
Updated
Jun 2, 2021 - Go
Improve this page
Add a description, image, and links to the grpc-go topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc-go topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

在pkg/adapter/dubboregistry/registry/listener.go里面有
type Listener interface {
Close()
WatchAndHandle()
}
在pkg/remote/zookeeper/client.go也有
type Listener interface {
Close()
WatchAndHandle()
}