Documentation
¶
Index ¶
- Constants
- type EndPoint
- type EndPoints
- func (e *EndPoints) Add(ep *EndPoint) error
- func (e *EndPoints) Delete(id int) error
- func (e *EndPoints) FirstID() int
- func (e *EndPoints) GetByPath(path string) *EndPoint
- func (e *EndPoints) IsPrefixed(id int, path string) (bool, string)
- func (e *EndPoints) LastID() int
- func (e *EndPoints) List() []*EndPoint
- func (e *EndPoints) Update(id int, ep *EndPoint) error
Constants ¶
View Source
const (
EndPointsCapacity = 100
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.