mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-05-23 18:21:17 +08:00
make server & router reusable outside asynqmon package
This commit is contained in:
6
internal/static.go
Normal file
6
internal/static.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package internal
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed assets/*
|
||||
var StaticContents embed.FS
|
||||
Reference in New Issue
Block a user