1 package common 2 3 /* 4 // is a proto now 5 type CTXRoutingInfo struct { 6 Tags map[string]string 7 FallbackToPlain bool // if true fancy picker will fallback to any server with no tags if no match is found 8 } 9 */ 10
View as plain text