Documentation ¶
Overview ¶
Package id implements the logic of the ID manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Integer ¶
type Integer interface { int | int64 | int32 | int16 | int8 | uint | uint64 | uint32 | uint16 | uint8 }
Integer is the interface that represents an integer.
type Manager ¶
type Manager[T Integer] struct { // contains filtered or unexported fields }
Manager is the struct that manages the Manager.
func GetGeneveTunnelManager ¶
GetGeneveTunnelManager returns the Manager for Geneve tunnels' ids or creates it if not exists. It is a singleton.
Click to show internal directories.
Click to hide internal directories.