Documentation ¶
Index ¶
- type FivenetAccounts
- type FivenetAttrs
- type FivenetAuditLog
- type FivenetDocuments
- type FivenetDocumentsCategories
- type FivenetDocumentsComments
- type FivenetDocumentsJobAccess
- type FivenetDocumentsReferences
- type FivenetDocumentsRelations
- type FivenetDocumentsTemplates
- type FivenetDocumentsTemplatesJobAccess
- type FivenetDocumentsUserAccess
- type FivenetJobProps
- type FivenetNotifications
- type FivenetOauth2Accounts
- type FivenetPermissions
- type FivenetRoleAttrs
- type FivenetRolePermissions
- type FivenetRoles
- type FivenetUserActivity
- type FivenetUserLocations
- type FivenetUserProps
- type GksphoneJobMessage
- type JobGrades
- type Jobs
- type Licenses
- type OwnedVehicles
- type UserLicenses
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FivenetAccounts ¶
type FivenetAccounts struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` Enabled *bool `json:"enabled"` Username *string `json:"username"` Password *string `json:"password"` License string `json:"license"` RegToken *string `json:"reg_token"` OverrideJob *string `json:"override_job"` OverrideJobGrade *int32 `json:"override_job_grade"` }
type FivenetAttrs ¶
type FivenetAuditLog ¶
type FivenetAuditLog struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UserID int32 `json:"user_id"` UserJob string `json:"user_job"` TargetUserID *int32 `json:"target_user_id"` Service string `json:"service"` Method string `json:"method"` State int16 `json:"state"` Data *string `json:"data"` }
type FivenetDocuments ¶
type FivenetDocuments struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` DeletedAt *time.Time `json:"deleted_at"` CategoryID *uint64 `json:"category_id"` Title string `json:"title"` ContentType int16 `json:"content_type"` Content string `json:"content"` Data *string `json:"data"` CreatorID *int32 `json:"creator_id"` CreatorJob string `json:"creator_job"` State string `json:"state"` Closed *bool `json:"closed"` Public bool `json:"public"` }
type FivenetDocumentsComments ¶
type FivenetDocumentsComments struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` DeletedAt *time.Time `json:"deleted_at"` DocumentID uint64 `json:"document_id"` Comment *string `json:"comment"` CreatorID int32 `json:"creator_id"` }
type FivenetDocumentsJobAccess ¶
type FivenetDocumentsJobAccess struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` DeletedAt *time.Time `json:"deleted_at"` DocumentID uint64 `json:"document_id"` Job string `json:"job"` MinimumGrade int32 `json:"minimum_grade"` Access int16 `json:"access"` }
type FivenetDocumentsReferences ¶
type FivenetDocumentsReferences struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` DeletedAt *time.Time `json:"deleted_at"` SourceDocumentID uint64 `json:"source_document_id"` Reference int16 `json:"reference"` TargetDocumentID uint64 `json:"target_document_id"` CreatorID *int32 `json:"creator_id"` }
type FivenetDocumentsRelations ¶
type FivenetDocumentsRelations struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` DeletedAt *time.Time `json:"deleted_at"` DocumentID uint64 `json:"document_id"` SourceUserID *int32 `json:"source_user_id"` Relation int16 `json:"relation"` TargetUserID int32 `json:"target_user_id"` }
type FivenetDocumentsTemplates ¶
type FivenetDocumentsTemplates struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` DeletedAt *time.Time `json:"deleted_at"` Weight *uint32 `json:"weight"` CategoryID *uint64 `json:"category_id"` Title string `json:"title"` Description string `json:"description"` ContentTitle string `json:"content_title"` Content string `json:"content"` Access *string `json:"access"` Schema *string `json:"schema"` CreatorID *int32 `json:"creator_id"` CreatorJob string `json:"creator_job"` }
type FivenetDocumentsTemplatesJobAccess ¶
type FivenetDocumentsTemplatesJobAccess struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` DeletedAt *time.Time `json:"deleted_at"` TemplateID uint64 `json:"template_id"` Job string `json:"job"` MinimumGrade int32 `json:"minimum_grade"` Access int16 `json:"access"` }
type FivenetJobProps ¶
type FivenetNotifications ¶
type FivenetNotifications struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` ReadAt *time.Time `json:"read_at"` UserID int32 `json:"user_id"` Title string `json:"title"` Type string `json:"type"` Content *string `json:"content"` Category int16 `json:"category"` Data *string `json:"data"` }
type FivenetOauth2Accounts ¶
type FivenetPermissions ¶
type FivenetRoleAttrs ¶
type FivenetRolePermissions ¶
type FivenetRoles ¶
type FivenetUserActivity ¶
type FivenetUserActivity struct { ID uint64 `sql:"primary_key" json:"id"` CreatedAt *time.Time `json:"created_at"` SourceUserID *int32 `json:"source_user_id"` TargetUserID int32 `json:"target_user_id"` Type int16 `json:"type"` Key string `json:"key"` OldValue *string `json:"old_value"` NewValue *string `json:"new_value"` Reason *string `json:"reason"` }
type FivenetUserLocations ¶
type FivenetUserProps ¶
type GksphoneJobMessage ¶
type GksphoneJobMessage struct { ID int32 `sql:"primary_key" json:"id"` Name *string `json:"name"` Number *string `json:"number"` Message *string `json:"message"` Photo *string `json:"photo"` Gps *string `json:"gps"` Owner int32 `json:"owner"` Jobm *string `json:"jobm"` Anon *string `json:"anon"` Time time.Time `json:"time"` }
type OwnedVehicles ¶
type OwnedVehicles struct { Owner *string `json:"owner"` Plate string `sql:"primary_key" json:"plate"` Model string `json:"model"` Vehicle *string `json:"vehicle"` Type string `json:"type"` Stored bool `json:"stored"` Carseller *int32 `json:"carseller"` Owners *string `json:"owners"` Trunk *string `json:"trunk"` }
type UserLicenses ¶
type Users ¶
type Users struct { ID int32 `json:"id"` Identifier string `sql:"primary_key" json:"identifier"` License *string `json:"license"` Group *string `json:"group"` Skin *string `json:"skin"` Job *string `json:"job"` JobGrade *int32 `json:"job_grade"` Loadout *string `json:"loadout"` Position *string `json:"position"` Firstname *string `json:"firstname"` Lastname *string `json:"lastname"` Dateofbirth *string `json:"dateofbirth"` Sex *string `json:"sex"` Height *string `json:"height"` IsDead *bool `json:"is_dead"` LastProperty *string `json:"last_property"` Jail int32 `json:"jail"` Inventory *string `json:"inventory"` PhoneNumber *string `json:"phone_number"` Accounts *string `json:"accounts"` Tattoos *string `json:"tattoos"` Disabled *bool `json:"disabled"` Visum *int32 `json:"visum"` Playtime *int32 `json:"playtime"` LevelData *string `json:"levelData"` OnDuty *int8 `json:"onDuty"` Health *int32 `json:"health"` Armor *int32 `json:"armor"` CreatedAt *time.Time `json:"created_at"` LastSeen *time.Time `json:"last_seen"` Meta *string `json:"meta"` Metadata *string `json:"metadata"` }
Source Files ¶
- fivenet_accounts.go
- fivenet_attrs.go
- fivenet_audit_log.go
- fivenet_documents.go
- fivenet_documents_categories.go
- fivenet_documents_comments.go
- fivenet_documents_job_access.go
- fivenet_documents_references.go
- fivenet_documents_relations.go
- fivenet_documents_templates.go
- fivenet_documents_templates_job_access.go
- fivenet_documents_user_access.go
- fivenet_job_props.go
- fivenet_notifications.go
- fivenet_oauth2_accounts.go
- fivenet_permissions.go
- fivenet_role_attrs.go
- fivenet_role_permissions.go
- fivenet_roles.go
- fivenet_user_activity.go
- fivenet_user_locations.go
- fivenet_user_props.go
- gksphone_job_message.go
- job_grades.go
- jobs.go
- licenses.go
- owned_vehicles.go
- user_licenses.go
- users.go
Click to show internal directories.
Click to hide internal directories.