package
0.0.0-20240517214603-12a582f1ef68
Repository: https://github.com/edobtc/cloudkit.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
BindRoutesWithPrefix binds routes with an optionally defined prefix, this is useful for adding routes to a monolithic server where we might be adding multiple bindings and want to avoid collisions
eg, if both:
package-a/handler.go /cool/thing package-b/handler.go /cool/thing
are defined, then we want
/a/cool/thing /b/cool/thing.