| 8 | ) |
| 9 | |
| 10 | type TarsStructIF interface { |
| 11 | WriteBlock(os *codec.Buffer, tag byte) error |
| 12 | ReadBlock(is *codec.Reader, tag byte, require bool) error |
| 13 | } |
| 14 | |
| 15 | type UniAttribute struct { |
| 16 | data map[string][]byte |
no outgoing calls
no test coverage detected