Documentation
¶
Index ¶
- func DeleteHTTPRoute(alias string)
- func DeleteStreamRoute(alias string)
- func GetHTTPRoute(alias string) (types.HTTPRoute, bool)
- func GetHTTPRouteOrExact(alias, host string) (types.HTTPRoute, bool)
- func GetHTTPRoutes() F.Map[string, types.HTTPRoute]
- func GetRoute(alias string) (types.Route, bool)
- func GetStreamRoute(alias string) (types.StreamRoute, bool)
- func GetStreamRoutes() F.Map[string, types.StreamRoute]
- func NumRoutes() int
- func RangeRoutes(callback func(alias string, r types.Route))
- func SetHTTPRoute(alias string, r types.HTTPRoute)
- func SetStreamRoute(alias string, r types.StreamRoute)
- func TestClear()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteHTTPRoute ¶
func DeleteHTTPRoute(alias string)
func DeleteStreamRoute ¶
func DeleteStreamRoute(alias string)
func GetStreamRoute ¶
func GetStreamRoute(alias string) (types.StreamRoute, bool)
func GetStreamRoutes ¶
func GetStreamRoutes() F.Map[string, types.StreamRoute]
func RangeRoutes ¶ added in v0.10.0
func SetHTTPRoute ¶
func SetStreamRoute ¶
func SetStreamRoute(alias string, r types.StreamRoute)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.