1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-02 16:05:42 +00:00

Add dashboard to steve

This commit is contained in:
Darren Shepherd
2020-02-21 22:18:58 -07:00
parent c069f32bbe
commit 82c7877ba3
11 changed files with 478 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ type Server struct {
Router router.RouterFunc
PostStartHooks []func() error
StartHooks []StartHook
DashboardURL func() string
}
type Controllers struct {