1 package auth 2 3 type Client interface { 4 Login(server, username, password, token, caAuth string, skipTLS bool) error 5 } 6
View as plain text