| 967 | } |
| 968 | |
| 969 | type stateRecordingBalancerBuilder struct { |
| 970 | mu sync.Mutex |
| 971 | notifier chan connectivity.State // The notifier used in the last Balancer. |
| 972 | } |
| 973 | |
| 974 | func newStateRecordingBalancerBuilder() *stateRecordingBalancerBuilder { |
| 975 | return &stateRecordingBalancerBuilder{} |
nothing calls this directly
no outgoing calls
no test coverage detected