Documentation
¶
Index ¶
- func Constructor(tab lua.UserKV)
- func IPHelper(L *lua.LState) addr
- func Ipv4(addr string) bool
- func Ipv6(addr string) bool
- type ICMP
- type ReplyICMP
- func (r ReplyICMP) AssertFloat64() (float64, bool)
- func (r ReplyICMP) AssertFunction() (*lua.LFunction, bool)
- func (r ReplyICMP) AssertString() (string, bool)
- func (r ReplyICMP) Hijack(fsm *lua.CallFrameFSM) bool
- func (r ReplyICMP) IP() string
- func (r ReplyICMP) Index(L *lua.LState, key string) lua.LValue
- func (r ReplyICMP) String() string
- func (r ReplyICMP) Type() lua.LValueType
- type URL
- func (u *URL) Bool(key string) bool
- func (u *URL) Host() string
- func (u *URL) Hostname() string
- func (u *URL) Int(key string) int
- func (u *URL) IsNil() bool
- func (u *URL) Port() int
- func (u *URL) Ports() []int
- func (u *URL) R(key string) map[int]struct{}
- func (u *URL) Scheme() string
- func (u *URL) String() string
- func (v *URL) V4() bool
- func (v *URL) V6() bool
- func (u *URL) Value(key string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Constructor ¶ added in v1.5.7
Types ¶
type ReplyICMP ¶ added in v1.5.7
func (ReplyICMP) AssertFloat64 ¶ added in v1.5.7
func (ReplyICMP) AssertFunction ¶ added in v1.5.7
func (ReplyICMP) AssertString ¶ added in v1.5.7
func (ReplyICMP) Type ¶ added in v1.5.7
func (r ReplyICMP) Type() lua.LValueType
Click to show internal directories.
Click to hide internal directories.