()
| 148 | } |
| 149 | |
| 150 | func (connection GitlabConnection) Sanitize() GitlabConnection { |
| 151 | connection.GitlabConn = connection.GitlabConn.Sanitize() |
| 152 | return connection |
| 153 | } |
| 154 | |
| 155 | func (connection *GitlabConnection) MergeFromRequest(target *GitlabConnection, body map[string]interface{}) error { |
| 156 | token := target.Token |