Type returns the type of this section.
()
| 51 | |
| 52 | // Type returns the type of this section. |
| 53 | func (s Section) Type() Type { return Type(s[0]) } |
| 54 | |
| 55 | // Version returns the version of the capture section block. |
| 56 | func (s Section) Version() capver.Version { return capver.Version(s[1]) } |