Documentation ¶
Index ¶
Constants ¶
View Source
const Collection = "routing"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { GetRoutes(app string) (sdk.AppRouting, error) UpdateRoutes(app string, routes sdk.AppRouting) error }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.