Documentation ¶
Overview ¶
Copyright (c) 2023 Lucas de Ataides <ldatb@icloud.com>
SPDX-License-Identifier: MIT
Copyright (c) 2023 Lucas de Ataides <ldatb@icloud.com>
SPDX-License-Identifier: MIT
Copyright (c) 2023 Lucas de Ataides <ldatb@icloud.com>
SPDX-License-Identifier: MIT
Copyright (c) 2023 Lucas de Ataides <ldatb@icloud.com>
SPDX-License-Identifier: MIT
Index ¶
- func GetAllCourses() ([]models.Courses, error)
- func GetAllEducation() ([]models.Education, error)
- func GetAllExperience() ([]models.Experience, error)
- func GetAllProjects() ([]models.Projects, error)
- func GetCoursesFromID(queryID uint) (*models.Courses, error)
- func GetEducationFromID(queryID uint) (*models.Education, error)
- func GetExperienceFromID(queryID uint) (*models.Experience, error)
- func GetProjectsFromID(queryID uint) (*models.Projects, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllExperience ¶
func GetAllExperience() ([]models.Experience, error)
Get all experience data
func GetCoursesFromID ¶
Get an courses data from the ID
func GetEducationFromID ¶
Get an education data from the ID
func GetExperienceFromID ¶
func GetExperienceFromID(queryID uint) (*models.Experience, error)
Get an experience data from the ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.