| 453 | } |
| 454 | |
| 455 | type maybeAttribute struct { |
| 456 | id int64 |
| 457 | attrs []NamespacedAttribute |
| 458 | adapter types.Adapter |
| 459 | provider types.Provider |
| 460 | fac AttributeFactory |
| 461 | } |
| 462 | |
| 463 | // ID is an implementation of the Attribute interface method. |
| 464 | func (a *maybeAttribute) ID() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected