(n *SqlSourcePb)
| 1531 | return nil |
| 1532 | } |
| 1533 | func (m *SqlSource) FromPB(n *SqlSourcePb) *SqlSource { |
| 1534 | return SqlSourceFromPb(n) |
| 1535 | } |
| 1536 | func (m *SqlSource) ToPB() *SqlSourcePb { |
| 1537 | if m.pb == nil { |
| 1538 | m.pb = sqlSourceToPb(m) |
no test coverage detected