Improve configurability

This commit is contained in:
Bolke de Bruin 2020-07-21 10:16:31 +02:00
parent 93b31ec9b6
commit 01345b9416
4 changed files with 97 additions and 53 deletions

5
security/simple.go Normal file
View file

@ -0,0 +1,5 @@
package security
func VerifyServerTemplate(server string) (bool, err) {
}