AddMeta appends the given values to the metadata entry identified by name.
(name string, value ...string)
| 18 | type MetaAdder interface { |
| 19 | // AddMeta appends the given values to the metadata entry identified by name. |
| 20 | AddMeta(name string, value ...string) |
| 21 | } |
| 22 | |
| 23 | // MetaDeleter is implemented by expressions that can remove design-time metadata. |
no outgoing calls
no test coverage detected