embed html template and static files
This commit is contained in:
parent
b150fa491c
commit
e5dcc4b884
44 changed files with 316 additions and 255 deletions
|
@ -1,9 +1,11 @@
|
|||
package model
|
||||
|
||||
import (
|
||||
"github.com/jmoiron/sqlx"
|
||||
"embed"
|
||||
|
||||
"arimelody-web/log"
|
||||
"github.com/jmoiron/sqlx"
|
||||
|
||||
"arimelody-web/log"
|
||||
)
|
||||
|
||||
type (
|
||||
|
@ -43,5 +45,6 @@ type (
|
|||
Config Config
|
||||
Log log.Logger
|
||||
Twitch *TwitchState
|
||||
PublicFS embed.FS
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue