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

Struct AsanaConnection

backend/plugins/asana/models/connection.go:41–44  ·  view source on GitHub ↗

AsanaConnection holds AsanaConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

39
40// AsanaConnection holds AsanaConn plus ID/Name for database storage
41type AsanaConnection struct {
42 helper.BaseConnection `mapstructure:",squash"`
43 AsanaConn `mapstructure:",squash"`
44}
45
46func (connection *AsanaConnection) MergeFromRequest(target *AsanaConnection, body map[string]interface{}) error {
47 token := target.Token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected