type google.golang.org/grpc/balancer/grpclb/grpc_lb_v1.Server
21 uses
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 (current package)
load_balancer.pb.go#L463: Servers []*Server `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
load_balancer.pb.go#L494: func (m *ServerList) GetServers() []*Server {
load_balancer.pb.go#L503: type Server struct {
load_balancer.pb.go#L526: func (m *Server) Reset() { *m = Server{} }
load_balancer.pb.go#L527: func (m *Server) String() string { return proto.CompactTextString(m) }
load_balancer.pb.go#L528: func (*Server) ProtoMessage() {}
load_balancer.pb.go#L529: func (*Server) Descriptor() ([]byte, []int) {
load_balancer.pb.go#L533: func (m *Server) XXX_Unmarshal(b []byte) error {
load_balancer.pb.go#L536: func (m *Server) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
load_balancer.pb.go#L539: func (m *Server) XXX_Merge(src proto.Message) {
load_balancer.pb.go#L542: func (m *Server) XXX_Size() int {
load_balancer.pb.go#L545: func (m *Server) XXX_DiscardUnknown() {
load_balancer.pb.go#L551: func (m *Server) GetIpAddress() []byte {
load_balancer.pb.go#L558: func (m *Server) GetPort() int32 {
load_balancer.pb.go#L565: func (m *Server) GetLoadBalanceToken() string {
load_balancer.pb.go#L572: func (m *Server) GetDrop() bool {
load_balancer.pb.go#L588: proto.RegisterType((*Server)(nil), "grpc.lb.v1.Server")
google.golang.org/grpc/balancer/grpclb
grpclb.go#L201: fullServerList []*lbpb.Server
grpclb_picker.go#L147: serverList []*lbpb.Server
grpclb_picker.go#L155: func newLBPicker(serverList []*lbpb.Server, readySCs []balancer.SubConn, stats *rpcStats) *lbPicker {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |