DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BootstrapInitDB.
()
| 440 | |
| 441 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BootstrapInitDB. |
| 442 | func (in *BootstrapInitDB) DeepCopy() *BootstrapInitDB { |
| 443 | if in == nil { |
| 444 | return nil |
| 445 | } |
| 446 | out := new(BootstrapInitDB) |
| 447 | in.DeepCopyInto(out) |
| 448 | return out |
| 449 | } |
| 450 | |
| 451 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 452 | func (in *BootstrapPgBaseBackup) DeepCopyInto(out *BootstrapPgBaseBackup) { |
nothing calls this directly
no test coverage detected