Documentation ¶ Index ¶ func NewQuery() *query type Query Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewQuery ¶ func NewQuery() *query Types ¶ type Query ¶ type Query interface { // Set specifies a column to update Set(common.FieldName, common.Param) setQuery // SetIntervalFromNow sets a column to NOW() + $<ttl>::interval (Postgres). SetIntervalFromNow(common.FieldName, common.Param) setQuery } Query is the query state after UPDATE Source Files ¶ View all Source files query.gotypes.go Click to show internal directories. Click to hide internal directories.