RoutePrefix returns a prefix on which the provider's bridged and passthroguh routes will be registered. Must be unique across providers to avoid conflicts.
()
| 61 | // RoutePrefix returns a prefix on which the provider's bridged and passthroguh routes will be registered. |
| 62 | // Must be unique across providers to avoid conflicts. |
| 63 | RoutePrefix() string |
| 64 | |
| 65 | // BridgedRoutes returns a slice of [http.ServeMux]-compatible routes which will have special handling. |
| 66 | // See https://pkg.go.dev/net/http#hdr-Patterns-ServeMux. |
no outgoing calls
no test coverage detected