Versions in this module Expand all Collapse all v1 v1.2.3 Nov 30, 2024 v0 v0.1.1 Dec 4, 2024 v0.1.0 Dec 2, 2024 v0.0.4 Dec 1, 2024 v0.0.3 Dec 1, 2024 v0.0.2 Nov 29, 2024 v0.0.1 Nov 28, 2024 Changes in this version + type AuthenticationLog struct + CreatedAt time.Time + ID int64 + IP string + UserAgent string + UserID int64 + type CreatePayment struct + StageID int64 + TransactionID int64 + type CreatePosition struct + Description *string + Name string + type CreateRole struct + Description *string + Name string + type CreateRolePermission struct + PermissionID int64 + RoleID int64 + type CreateUser struct + AvatarID *int64 + Email string + EmployeeID *int64 + FirstName string + LastName string + MiddleName *string + Password *string + type Dialogue struct + CreatedAt time.Time + ID int64 + Label string + Messages []*Message + UpdatedAt time.Time + UserID int64 + type DialogueReply struct + Message string + Model *string + type Media struct + CreatedAt time.Time + ID int64 + Mimetype string + Name string + Path string + Size int64 + UpdatedAt time.Time + type Message struct + Content string + Role string + ToolCalls []*ToolCall + type Mutation struct + type NewDialogue struct + Message string + Model *string + type PaginatedAuthenticationLogs struct + Data []*AuthenticationLog + Total int64 + type PaginatedDialogues struct + Data []*Dialogue + Total int64 + type PaginatedMedia struct + Data []*Media + Total int64 + type PaginatedPayments struct + Data []*Payment + Total int64 + type PaginatedPermissions struct + Data []*Permission + Total int64 + type PaginatedPositions struct + Data []*Position + Total int64 + type PaginatedPrompts struct + Data []*Prompt + Total int64 + type PaginatedRolePermissions struct + Data []*RolePermissions + Total int64 + type PaginatedRoles struct + Data []*Role + Total int64 + type PaginatedSessions struct + Data []*Session + Total int64 + type PaginatedUsers struct + Data []*User + Total int64 + type Payment struct + CreatedAt time.Time + ID int64 + StageID int64 + TransactionID int64 + UpdatedAt time.Time + type Permission struct + Action *string + Description *string + ID int64 + Modifier *string + Resource *string + type Position struct + CreatedAt time.Time + Description *string + ID int64 + Name string + UpdatedAt time.Time + type Prompt struct + CreatedAt time.Time + Description string + ID string + Prompt string + Title string + UpdatedAt time.Time + type Query struct + type Role struct + CreatedAt time.Time + Description *string + ID int64 + Name string + UpdatedAt time.Time + type RolePermissions struct + PermissionID int64 + RoleID int64 + type Session struct + CreatedAt time.Time + ExpiresAt time.Time + IP string + Token string + UserAgent string + UserID int64 + type Subscription struct + type ToolCall struct + ID string + Index int + Type string + type UpdateDialogue struct + Label *string + UserID *int64 + type UpdatePayment struct + StageID *int64 + TransactionID *int64 + type UpdatePosition struct + Description *string + Name *string + type UpdatePrompt struct + Description *string + Prompt *string + Title *string + type UpdateRole struct + Description *string + Name *string + type UpdateUser struct + AvatarID *int64 + Email *string + EmployeeID *int64 + FirstName *string + LastName *string + MiddleName *string + Password *string + type User struct + Avatar *Media + AvatarID *int64 + CreatedAt time.Time + Email string + EmployeeID *int64 + FirstName string + ID int64 + LastAction *time.Time + LastIP *string + LastLogin *time.Time + LastName string + MiddleName *string + UpdatedAt time.Time