File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
observability/telephonyobs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 "time"
77)
88
9- const Version_6TP95J0 = true
9+ const Version_R8RMFD0 = true
1010
1111type KeyResolver interface {
1212 Resolve (string )
@@ -35,7 +35,7 @@ type CarrierReporter interface {
3535 RegisterFunc (func (ts time.Time , tx CarrierTx ) bool )
3636 Tx (func (tx CarrierTx ))
3737 TxAt (time.Time , func (tx CarrierTx ))
38- WithCountry (callCountryCode string ) CountryReporter
38+ WithCountry (countryCode string ) CountryReporter
3939 WithDeferredCountry () (CountryReporter , KeyResolver )
4040 CarrierTx
4141}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func NewNoopCarrierReporter() CarrierReporter {
5858func (r * noopCarrierReporter ) RegisterFunc (f func (ts time.Time , tx CarrierTx ) bool ) {}
5959func (r * noopCarrierReporter ) Tx (f func (CarrierTx )) {}
6060func (r * noopCarrierReporter ) TxAt (ts time.Time , f func (CarrierTx )) {}
61- func (r * noopCarrierReporter ) WithCountry (callCountryCode string ) CountryReporter {
61+ func (r * noopCarrierReporter ) WithCountry (countryCode string ) CountryReporter {
6262 return & noopCountryReporter {}
6363}
6464func (r * noopCarrierReporter ) WithDeferredCountry () (CountryReporter , KeyResolver ) {
You can’t perform that action at this time.
0 commit comments