Documentation
¶
Index ¶
- Constants
- type Auth
- type IAuth
- type ILLM
- type IUser
- type LLM
- func (llm *LLM) Analysis(ctx context.Context, userID uuid.UUID) ([]model.Attribute, error)
- func (llm *LLM) FindVacancies(ctx context.Context, userID uuid.UUID) ([]model.Vacancy, error)
- func (llm *LLM) GetCoverLetter(ctx context.Context, userID uuid.UUID, vacancy model.Vacancy) (model.CoverLetter, error)
- type User
Constants ¶
View Source
const StateLength int = 64
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLM ¶
type LLM struct {
// contains filtered or unexported fields
}
func (*LLM) FindVacancies ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) GetUserInfo ¶
func (*User) IsProfileExistsByUserID ¶
Click to show internal directories.
Click to hide internal directories.