Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidNumber = errors.New("invalid phone number")
View Source
var ErrNotFound = errors.New("phone number attribution not found")
Functions ¶
This section is empty.
Types ¶
type VendorType ¶
type VendorType byte
const ( CMCC VendorType = iota + 0x01 // 中国移动 CUCC // 中国联通 CTCC // 中国电信 CTCCV // 电信虚拟运营商 CUCCV // 联通虚拟运营商 CMCCV // 移动虚拟运营商 )
func (VendorType) String ¶
func (b VendorType) String() string
Click to show internal directories.
Click to hide internal directories.