Versions in this module Expand all Collapse all v0 v0.1.3 Oct 8, 2019 v0.1.2 Dec 19, 2018 v0.1.1 Oct 17, 2018 Changes in this version type File + UAST []byte v0.0.8 Apr 6, 2018 v0.0.7 Mar 28, 2018 v0.0.6 Mar 14, 2018 v0.0.5 Mar 9, 2018 v0.0.4 Mar 6, 2018 v0.0.3 Feb 28, 2018 v0.0.2 Feb 26, 2018 v0.0.1 Feb 21, 2018 Changes in this version type Role + func (r Role) String() string v0.0.0 Feb 15, 2018 Changes in this version + var Answers = map[string]string + type Assignment struct + Answer sql.NullString + Duration int + ExperimentID int + ID int + PairID int + UserID int + func (a *Assignment) AnswerStr() string + type Experiment struct + Description string + ID int + Name string + type Feature struct + Name string + Weight float64 + type File struct + BlobID string + CommitHash string + Content string + Hash string + Path string + RepositoryID string + type FilePair struct + Diff string + ExperimentID int + ID int + Left File + Right File + Score float64 + type Role string + const Requester + const Worker + func (r *Role) Scan(value interface{}) error + func (r Role) Value() (driver.Value, error) + type User struct + AvatarURL string + ID int + Login string + Role Role + Username string