Code maintenance: GetPassword signature changed

This commit is contained in:
Quentin McGaw
2020-12-29 20:06:24 +00:00
parent 96f2b2b617
commit 258e150ebf
3 changed files with 9 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ type Reader interface {
// VPN getters
GetUser() (s string, err error)
GetPassword(required bool) (s string, err error)
GetPassword() (s string, err error)
GetNetworkProtocol() (protocol models.NetworkProtocol, err error)
GetOpenVPNVerbosity() (verbosity int, err error)
GetOpenVPNRoot() (root bool, err error)