mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Start working on web server (#2)
* Start working on web server * Some restructure * Serving static works * Fix linter complaint * Enable local dev * Static files served fine * Tidy
This commit is contained in:
3
pkg/dashboard/utils.go
Normal file
3
pkg/dashboard/utils.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package dashboard
|
||||
|
||||
type ControlChan = chan struct{}
|
||||
Reference in New Issue
Block a user