make external template

This commit is contained in:
idk
2022-01-28 01:46:35 -05:00
parent a068a6f726
commit b1f6205675
3 changed files with 436 additions and 0 deletions

View File

@ -15,6 +15,7 @@ type Client struct {
hostname string
TBD *tbget.TBDownloader
TBS *TBSupervise.Supervisor
DarkMode bool
}
func NewClient(hostname string, lang string, os string, arch string, content *embed.FS) (*Client, error) {