(spec InitMsg)
| 59 | |
| 60 | func (e *MD) Init(l int) { e.ETLs = make(ETLs, l) } |
| 61 | func (e *MD) Add(spec InitMsg) { e.ETLs[spec.ID()] = spec } |
| 62 | func (*MD) JspOpts() jsp.Options { return etlMDJspOpts } |
| 63 | |
| 64 | func (e *MD) Get(id string) (msg InitMsg, present bool) { |