Versions in this module Expand all Collapse all v1 v1.0.1 Jun 27, 2023 Changes in this version + type Content struct + Id uint8 + Name string + type Protocol interface + GetContent func() *Content + Pack func(traffic.Message) error + UnPack func(traffic.Message, func(header traffic.Header) error) error