Lint code
This commit is contained in:
parent
a56dd7cc38
commit
681ca36b1c
10 changed files with 21 additions and 2 deletions
|
|
@ -52,6 +52,7 @@ type AuthSSLCert struct {
|
|||
PemSHA string `json:"pemSha"`
|
||||
}
|
||||
|
||||
// Equal tests for equality between two AuthSSLCert types
|
||||
func (asslc1 *AuthSSLCert) Equal(assl2 *AuthSSLCert) bool {
|
||||
if asslc1.Secret != assl2.Secret {
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue