Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullProfile ¶
type FullProfile struct { Image string `json:"image" bson:"image"` Name string `json:"name" bson:"name"` Description string `json:"description" bson:"description"` Email string `json:"email" bson:"email"` Technologies []string `json:"technologies" bson:"technologies"` Resume string `json:"resume" bson:"resume"` Projects []Project Jobs []Job }
type Profile ¶
type Profile struct { Image string `json:"image" bson:"image"` Name string `json:"name" bson:"name"` Description string `json:"description" bson:"description"` Email string `json:"email" bson:"email"` Technologies []string `json:"technologies" bson:"technologies"` Resume string `json:"resume" bson:"resume"` }
Click to show internal directories.
Click to hide internal directories.