Msgsize returns the maximum size of the message.
()
| 57 | |
| 58 | // Msgsize returns the maximum size of the message. |
| 59 | func (s StringSet) Msgsize() int { |
| 60 | return setof.String(s).Msgsize() |
| 61 | } |
| 62 | |
| 63 | // MarshalBinary encodes the receiver into a binary form and returns the result. |
| 64 | func (s StringSet) MarshalBinary() ([]byte, error) { |