Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser interface {
Parse(ip string) (ParserResult, *data.CodeError)
}
func DefaultParser ¶
func DefaultParser() Parser
func NewAliIPParser ¶
func NewAliIPParser() Parser
func NewGroupParser ¶
type ParserResult ¶
type ParserResult interface { }
Click to show internal directories.
Click to hide internal directories.