()
| 1676 | } |
| 1677 | |
| 1678 | func (m *LivenessCheckResponse) Size() (n int) { |
| 1679 | if m == nil { |
| 1680 | return 0 |
| 1681 | } |
| 1682 | var l int |
| 1683 | _ = l |
| 1684 | if m.State != 0 { |
| 1685 | n += 1 + sovRuler(uint64(m.State)) |
| 1686 | } |
| 1687 | return n |
| 1688 | } |
| 1689 | |
| 1690 | func (m *RulesResponse) Size() (n int) { |
| 1691 | if m == nil { |