Hypercode/alex/hypercodePublic

Code

  1. hypercode
  2. database
  3. models
  4. star.go
star.go9 lines
package models

type Star struct {
	ID           int64
	RepositoryID int64
	UserID       int64
	CreatedAt    int64
}