MCPcopy
hub / github.com/dropbox/godropbox / intervalExpression

Struct intervalExpression

database/sqlbuilder/expression.go:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319type intervalExpression struct {
320 isExpression
321 duration time.Duration
322 negative bool
323}
324
325var intervalSep = ":"
326

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected