package
0.0.0-20240916024810-f55e1c4133b4
Repository: https://github.com/jrhy/sandbox.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func CURRENT_TIMESTAMP() RowIterator { return SingleRowIterator{[]ColumnValue{ {Text: time.Now().UTC().Format("2006-01-02 15:04:05")}}, } } */ type SingleRowIterator struct { Row Row Done bool } func (s *SingleRowIterator) Next() (*Row, error) { if !done { return s.Row, nil } return nil, nil }*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author