Documentation ¶
Index ¶
- type Table
- func (t *Table) Delete(key string)
- func (t *Table) DeleteEndTime(key string)
- func (t *Table) Get(key string) C.PacketConn
- func (t *Table) GetEndTime(key string, endtime time.Time) time.Time
- func (t *Table) GetOrCreateLock(key string) (*sync.Cond, bool)
- func (t *Table) Set(key string, pc C.PacketConn)
- func (t *Table) SetEndTime(key string, endtime time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
func (*Table) DeleteEndTime ¶
Click to show internal directories.
Click to hide internal directories.