rdpgw/security/simple.go
2020-07-21 10:16:31 +02:00

5 lines
76 B
Go

package security
func VerifyServerTemplate(server string) (bool, err) {
}