Documentation ¶
Index ¶
- type ActionLog
- type Applicant
- type ApplicantComment
- type ApplicantSkill
- type Application
- type Article
- type AuthenticationLog
- type BlogComment
- type BlogLike
- type BlogPost
- type BlogPostTag
- type BlogPostTagRelation
- type Comment
- type Company
- type ContactFormSubmission
- type Currency
- type Customer
- type CustomerContact
- type Dialogue
- type DifficultyLevel
- type Employee
- type EmployeeContact
- type EmployeeMeta
- type EmployeePosition
- type EmployeeSkill
- type Estimate
- type Folder
- type Interview
- type InterviewQuestion
- type InterviewRating
- type Like
- type Permission
- type Position
- type Project
- type ProjectStage
- type ProjectTask
- type Prompt
- type Role
- type RolePermission
- type SalaryRange
- type Session
- type Setting
- type Skill
- type TaskType
- type TelegramSession
- type Upload
- type UploadedImage
- type User
- type UserRole
- type Vacancy
- type WebsitePage
- type WebsitePageView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicantComment ¶
type ApplicantSkill ¶
type Application ¶
type AuthenticationLog ¶
type BlogComment ¶
type BlogPostTag ¶
type BlogPostTagRelation ¶
type ContactFormSubmission ¶
type CustomerContact ¶
type DifficultyLevel ¶
type EmployeeContact ¶
type EmployeeMeta ¶
type EmployeePosition ¶
type EmployeeSkill ¶
type InterviewQuestion ¶
type InterviewRating ¶
type Permission ¶
type ProjectStage ¶
type ProjectTask ¶
type ProjectTask struct { ID uint Title string Description string StageID uint TypeID uint LevelID uint ParentID *uint CreatedAt time.Time UpdatedAt time.Time Stage ProjectStage Type TaskType Level DifficultyLevel Parent *ProjectTask }
type RolePermission ¶
type SalaryRange ¶
type TelegramSession ¶
type UploadedImage ¶
type User ¶
type User struct { ID uint FirstName string LastName string MiddleName *string Email string Password *string AvatarID *uint Avatar *Upload `gorm:"foreignKey:AvatarID;references:ID"` LastLogin *time.Time LastIP *string UiLanguage string LastAction *time.Time EmployeeID *uint CreatedAt time.Time UpdatedAt time.Time Roles []Role `gorm:"many2many:user_roles;"` }
type WebsitePage ¶
type WebsitePageView ¶
Click to show internal directories.
Click to hide internal directories.