TODO Please modify the following code to fit your needs This object conforms to what the frontend currently sends.
| 55 | // TODO Please modify the following code to fit your needs |
| 56 | // This object conforms to what the frontend currently sends. |
| 57 | type BambooConn struct { |
| 58 | api.RestConnection `mapstructure:",squash"` |
| 59 | //TODO you may need to use helper.BasicAuth instead of helper.AccessToken |
| 60 | api.BasicAuth `mapstructure:",squash"` |
| 61 | } |
| 62 | |
| 63 | func (conn *BambooConn) Sanitize() BambooConn { |
| 64 | conn.Password = "" |
nothing calls this directly
no outgoing calls
no test coverage detected