9 lines
70 B
Go
9 lines
70 B
Go
package db
|
|
|
|
type (
|
|
Member struct {
|
|
TeamID int
|
|
Login string
|
|
}
|
|
)
|