chore(docs): fix comments that do not start with the name of the exported element. (#20906)

This commit is contained in:
Tuan Tran
2024-07-10 06:00:36 +00:00
committed by GitHub
parent 61c36798d0
commit b5319483ed
13 changed files with 48 additions and 41 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func DefaultConfig() *Config {
}
}
// GRPCConfig defines configuration for the gRPC server.
// Config defines configuration for the gRPC server.
type Config struct {
// Enable defines if the gRPC server should be enabled.
Enable bool `mapstructure:"enable" toml:"enable" comment:"Enable defines if the gRPC server should be enabled."`
@@ -17,7 +17,7 @@
*/
/*
Package reflection implements server reflection service.
Package gogoreflection implements server reflection service.
The service implemented is defined in:
https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto.