()
| 44 | } |
| 45 | |
| 46 | func (connection SlackConnection) Sanitize() SlackConnection { |
| 47 | connection.SlackConn = connection.SlackConn.Sanitize() |
| 48 | return connection |
| 49 | } |
| 50 | |
| 51 | func (connection *SlackConnection) MergeFromRequest(target *SlackConnection, body map[string]interface{}) error { |
| 52 | token := target.Token |
no test coverage detected