package
0.0.0-20240606205024-0383cfa39376
Repository: https://github.com/klimenkooleg/migrate-stock-data.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
func (s *Repo) ScanRow(rows *sql.Rows) (interface{}, error) { tick := Tick{} err := rows.Scan(&tick.InstrumentId, &tick.StockName, &tick.Timestamp, &tick.Value) if err != nil { return nil, err } return tick, nil } */.
No description provided by the author

# Variables

No description provided by the author

# Structs

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