()
| 28 | } |
| 29 | |
| 30 | func (conn *ArgocdConn) Sanitize() ArgocdConn { |
| 31 | conn.Token = utils.SanitizeString(conn.Token) |
| 32 | return *conn |
| 33 | } |
| 34 | |
| 35 | type ArgocdConnection struct { |
| 36 | api.BaseConnection `mapstructure:",squash"` |
no outgoing calls
no test coverage detected