()
| 574 | } |
| 575 | |
| 576 | func (ns Duration) IsZero() bool { return ns == 0 } |
| 577 | func (m StringSliceJSONFormat) IsZero() bool { return len(m) == 0 } |
| 578 | func (n StringSlicePipeDelimiter) IsZero() bool { return len(n) == 0 } |
| 579 | func (ns NullBool) IsZero() bool { return !ns.Valid || !ns.Bool } |
no outgoing calls