(dAtA []byte)
| 1303 | } |
| 1304 | |
| 1305 | func (m *CredentialInfo) MarshalTo(dAtA []byte) (int, error) { |
| 1306 | size := m.Size() |
| 1307 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1308 | } |
| 1309 | |
| 1310 | func (m *CredentialInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1311 | i := len(dAtA) |
nothing calls this directly
no test coverage detected