make server & router reusable outside asynqmon package

This commit is contained in:
ajatprabha
2021-09-18 17:55:59 +05:30
parent 87e1d670d8
commit 5fbbc0a3e8
33 changed files with 567 additions and 275 deletions

6
internal/static.go Normal file
View File

@@ -0,0 +1,6 @@
package internal
import "embed"
//go:embed assets/*
var StaticContents embed.FS