# type Repository struct { # ID int64 `xorm:"pk autoincr"` # OwnerName string # Name string # } - id: 1 owner_name: testuser name: repo1