Skip to content

Commit 5c52406

Browse files
committed
[+] options [+]
1 parent 779f8a9 commit 5c52406

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pkg/httpserver/httpserver.go

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package httpserver
2+
3+
type Options struct {
4+
Folder string
5+
EnableUpload bool
6+
ListenAddress string
7+
TLS bool
8+
Certificate string
9+
CertificateKey string
10+
CertificateDomain string
11+
BasicAuthUsername string
12+
BasicAuthPassword string
13+
BasicAuthReal string
14+
Verbose string
15+
}

0 commit comments

Comments
 (0)