Attributes represents a slice of attributes
| 15 | |
| 16 | // Attributes represents a slice of attributes |
| 17 | type Attributes []Attribute |
| 18 | |
| 19 | // Add Attribute to Attributes |
| 20 | func (attrs *Attributes) Add(attr Attribute) { |
no outgoing calls
no test coverage detected