Documentation ¶ Index ¶ type Table func New() *Table func (t *Table) Delete(key string) func (t *Table) Get(key string) (net.PacketConn, net.Addr) func (t *Table) GetOrCreateLock(key string) (*sync.WaitGroup, bool) func (t *Table) Set(key string, pc net.PacketConn, addr net.Addr) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Table ¶ type Table struct { // contains filtered or unexported fields } func New ¶ func New() *Table New return *Cache func (*Table) Delete ¶ func (t *Table) Delete(key string) func (*Table) Get ¶ func (t *Table) Get(key string) (net.PacketConn, net.Addr) func (*Table) GetOrCreateLock ¶ func (t *Table) GetOrCreateLock(key string) (*sync.WaitGroup, bool) func (*Table) Set ¶ func (t *Table) Set(key string, pc net.PacketConn, addr net.Addr) Source Files ¶ View all Source files table.go Click to show internal directories. Click to hide internal directories.