(dAtA []byte)
| 1281 | } |
| 1282 | |
| 1283 | func (m *LivenessCheckResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1284 | i := len(dAtA) |
| 1285 | _ = i |
| 1286 | var l int |
| 1287 | _ = l |
| 1288 | if m.State != 0 { |
| 1289 | i = encodeVarintRuler(dAtA, i, uint64(m.State)) |
| 1290 | i-- |
| 1291 | dAtA[i] = 0x8 |
| 1292 | } |
| 1293 | return len(dAtA) - i, nil |
| 1294 | } |
| 1295 | |
| 1296 | func (m *RulesResponse) Marshal() (dAtA []byte, err error) { |
| 1297 | size := m.Size() |
no test coverage detected