initial commit
This commit is contained in:
12
internal/domain/profileold/award.go
Normal file
12
internal/domain/profileold/award.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package profile
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type Award struct {
|
||||
ID uuid.UUID
|
||||
ProfileID uuid.UUID
|
||||
Name string
|
||||
Description string
|
||||
}
|
||||
Reference in New Issue
Block a user