Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIInstaller ¶
type APIList ¶
type APIList struct {
// contains filtered or unexported fields
}
func NewAPIList ¶
func NewAPIList() *APIList
func (*APIList) Add ¶
func (c *APIList) Add(ws *restful.WebService)
func (*APIList) AddFilter ¶
func (c *APIList) AddFilter(f restful.FilterFunction)
type APIManager ¶
type APIManager interface {
APIInstaller
Add(ws *restful.WebService)
AddFilter(filter restful.FilterFunction)
}
Click to show internal directories.
Click to hide internal directories.