bbj2/server/cmd/db/db.go

8 lines
84 B
Go

package db
type User struct {
ID string
Username string
Hash string
}