initial commit
This commit is contained in:
13
internal/domain/profile/about.go
Normal file
13
internal/domain/profile/about.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package profile
|
||||
|
||||
type About struct {
|
||||
ProfilePicture string
|
||||
About string
|
||||
Achievements []Achievement
|
||||
}
|
||||
|
||||
type Achievement struct {
|
||||
Title string
|
||||
Value string
|
||||
Enabled bool
|
||||
}
|
||||
Reference in New Issue
Block a user