Support any golang net supported protocol
This commit is contained in:
parent
b9af31e2f5
commit
cb6c12354a
3 changed files with 11 additions and 5 deletions
|
|
@ -53,7 +53,8 @@ func (asset *Asset) FetchIfNotExists(staticPath string) {
|
|||
}
|
||||
|
||||
type Config struct {
|
||||
Port int
|
||||
Address string
|
||||
Protocol string
|
||||
Extension string
|
||||
NotesDir string
|
||||
Templates struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue