(hardDeleteEnabled bool)
| 321 | } |
| 322 | |
| 323 | func getDeleteType(hardDeleteEnabled bool) stream.DeleteType { |
| 324 | if hardDeleteEnabled { |
| 325 | return stream.HardDelete |
| 326 | } |
| 327 | return stream.SoftDelete |
| 328 | } |
| 329 | |
| 330 | func queryCmd() *cobra.Command { |
| 331 | cmd := &cobra.Command{ |
no outgoing calls
no test coverage detected