Model refactor cleanup.
This commit is contained in:
parent
c9561ecc37
commit
f016a93d78
33 changed files with 536 additions and 618 deletions
|
|
@ -6,7 +6,7 @@ const (
|
|||
|
||||
type keywordClause string
|
||||
|
||||
func (k keywordClause) Serialize(out *queryData, options ...serializeOption) error {
|
||||
func (k keywordClause) serialize(out *queryData) error {
|
||||
out.WriteString(string(k))
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue