Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrConflict ¶
type ErrConflict struct {
Port uint
}
ErrConflict is return when trying to add a port in the set that is already present
func (ErrConflict) Error ¶
func (e ErrConflict) Error() string
type UIntSet ¶ added in v0.4.9
UIntSet is a set containing uint
func (*UIntSet) Add ¶ added in v0.4.9
Add tries to add port to the set. If port is already present errPortConflict is return otherwise nil is returned
Click to show internal directories.
Click to hide internal directories.