There was an error while loading. Please reload this page.
2 parents 56722af + 40c93ba commit 5775c95Copy full SHA for 5775c95
1 file changed
pkg/ffapi/apiserver.go
@@ -53,6 +53,7 @@ type APIServer interface {
53
Started() <-chan struct{}
54
MuxRouter(ctx context.Context) (*mux.Router, error)
55
APIPublicURL() string // valid to call after server is successfully started
56
+ MonitoringPublicURL() string
57
}
58
59
type apiServer[T any] struct {
0 commit comments