MCPcopy
hub / github.com/apache/devlake / BambooConn

Struct BambooConn

backend/plugins/bamboo/models/connection.go:57–61  ·  view source on GitHub ↗

TODO Please modify the following code to fit your needs This object conforms to what the frontend currently sends.

Source from the content-addressed store, hash-verified

55// TODO Please modify the following code to fit your needs
56// This object conforms to what the frontend currently sends.
57type 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
63func (conn *BambooConn) Sanitize() BambooConn {
64 conn.Password = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected