Documentation
¶
Index ¶
- type Bench
- func (bench *Bench) GetLinks() []rule.Link
- func (bench *Bench) GetName() string
- func (bench *Bench) GetPort() uint16
- func (bench *Bench) GetRemote() string
- func (bench *Bench) GetTarget() string
- func (bench *Bench) GetTypeName() string
- func (bench *Bench) Handle(conn *conn.Conn)
- func (bench *Bench) NewLink(id, remote string, localConn net.Conn, remoteConn *conn.Conn) rule.Link
- type Link
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bench ¶
type Bench struct { Name string // contains filtered or unexported fields }
Bench benchmark handler
func (*Bench) GetTypeName ¶
GetTypeName get bench rule type name
Click to show internal directories.
Click to hide internal directories.