type google.golang.org/grpc/balancer/grpclb/grpc_lb_v1.ServerList
16 uses
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 (current package)
load_balancer.pb.go#L335: ServerList *ServerList `protobuf:"bytes,2,opt,name=server_list,json=serverList,proto3,oneof"`
load_balancer.pb.go#L362: func (m *LoadBalanceResponse) GetServerList() *ServerList {
load_balancer.pb.go#L458: type ServerList struct {
load_balancer.pb.go#L469: func (m *ServerList) Reset() { *m = ServerList{} }
load_balancer.pb.go#L470: func (m *ServerList) String() string { return proto.CompactTextString(m) }
load_balancer.pb.go#L471: func (*ServerList) ProtoMessage() {}
load_balancer.pb.go#L472: func (*ServerList) Descriptor() ([]byte, []int) {
load_balancer.pb.go#L476: func (m *ServerList) XXX_Unmarshal(b []byte) error {
load_balancer.pb.go#L479: func (m *ServerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
load_balancer.pb.go#L482: func (m *ServerList) XXX_Merge(src proto.Message) {
load_balancer.pb.go#L485: func (m *ServerList) XXX_Size() int {
load_balancer.pb.go#L488: func (m *ServerList) XXX_DiscardUnknown() {
load_balancer.pb.go#L494: func (m *ServerList) GetServers() []*Server {
load_balancer.pb.go#L587: proto.RegisterType((*ServerList)(nil), "grpc.lb.v1.ServerList")
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L45: func (lb *lbBalancer) processServerList(l *lbpb.ServerList) {
 |
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. |