Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryPortsRepository ¶
type InMemoryPortsRepository struct {
// contains filtered or unexported fields
}
InMemoryPortsRepository allows to store Ports in memory with a hashmap data structure. It is safe for concurrent use.
func NewInMemoryPortsRepository ¶
func NewInMemoryPortsRepository() *InMemoryPortsRepository
NewInMemoryPortsRepository creates a new repository.
Click to show internal directories.
Click to hide internal directories.