Versions in this module Expand all Collapse all v0 v0.0.1 Apr 3, 2021 Changes in this version + type AlgoRepo interface + Get func(name string) (algo *models.Algo, err error) + func New(db *sqlx.DB) AlgoRepo