6 lines
68 B
Go
6 lines
68 B
Go
package domain
|
|
|
|
type Artist struct {
|
|
Id string
|
|
Name string
|
|
} |