initial commit
This commit is contained in:
12
internal/domain/profile/hero.go
Normal file
12
internal/domain/profile/hero.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package profile
|
||||
|
||||
type Hero struct {
|
||||
Role *Role
|
||||
FirstName string
|
||||
LastName string
|
||||
Company string
|
||||
ShortDescription string
|
||||
ResumeLink string
|
||||
CTAEnabled bool
|
||||
Avatar string
|
||||
}
|
||||
Reference in New Issue
Block a user