package clause type Clause interface { Clause() (string, error) Args() []any }