entity

package
v0.0.0-...-cdf258e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AccessControlEntityType = reflect.TypeOf(accessControlEntity{})
View Source
var ActivityPubFollowerEntityType = reflect.TypeOf(activityPubFollowerEntity{})
View Source
var ActivityPubIncomingActivityEntityType = reflect.TypeOf(activityPubIncomingActivityEntity{})
View Source
var ActivityPubOutgoingActivityEntityType = reflect.TypeOf(activityPubOutgoingActivityEntity{})
View Source
var CategoryEntityType = reflect.TypeOf(categoryEntity{})
View Source
var CategoryTypeEntityType = reflect.TypeOf(categoryTypeEntity{})
View Source
var DocumentEntityType = reflect.TypeOf(documentEntity{})
View Source
var IdentityEntityType = reflect.TypeOf(identityEntity{})
View Source
var RemoteActivityEntityType = reflect.TypeOf(remoteActivityEntity{})
View Source
var SystemScheduleEntityType = reflect.TypeOf(systemScheduleEntity{})
View Source
var UserEntityType = reflect.TypeOf(userEntity{})

Functions

func NewAccessControlEntity

func NewAccessControlEntity(id int64, key uint64, value uint64) IAccessControlEntity

func NewAccessControlPipeEntity

func NewAccessControlPipeEntity(id int64, key uint64, value uint64, source string, editor int64, payload string) IAccessControlPipeEntity

func NewActivityPubFollowerEntity

func NewActivityPubFollowerEntity(id int64, handle string, inbox string, subject string, activity string, accepted bool) IActivityPubFollowerEntity

func NewActivityPubFollowerPipeEntity

func NewActivityPubFollowerPipeEntity(id int64, handle string, inbox string, subject string, activity string, accepted bool, source string, editor int64, payload string) IActivityPubFollowerPipeEntity

func NewActivityPubIncomingActivityEntity

func NewActivityPubIncomingActivityEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, from string, to string, content string, raw string) IActivityPubIncomingActivityEntity

func NewActivityPubIncomingActivityPipeEntity

func NewActivityPubIncomingActivityPipeEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, from string, to string, content string, raw string, source string, editor int64, payload string) IActivityPubIncomingActivityPipeEntity

func NewActivityPubOutgoingActivityEntity

func NewActivityPubOutgoingActivityEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, from string, to string, content string, raw string) IActivityPubOutgoingActivityEntity

func NewActivityPubOutgoingActivityPipeEntity

func NewActivityPubOutgoingActivityPipeEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, from string, to string, content string, raw string, source string, editor int64, payload string) IActivityPubOutgoingActivityPipeEntity

func NewCategoryEntity

func NewCategoryEntity(id int64, categoryTypeId int64, categoryId int64, title string, description string, sortOrder float32) ICategoryEntity

func NewCategoryPipeEntity

func NewCategoryPipeEntity(id int64, categoryTypeId int64, categoryId int64, title string, description string, source string, editor int64, payload string) ICategoryPipeEntity

func NewCategoryTypeEntity

func NewCategoryTypeEntity(id int64, description string) ICategoryTypeEntity

func NewCategoryTypePipeEntity

func NewCategoryTypePipeEntity(id int64, description string, source string, editor int64, payload string) ICategoryTypePipeEntity

func NewDocumentEntity

func NewDocumentEntity(id int64, content string) IDocumentEntity

func NewDocumentPipeEntity

func NewDocumentPipeEntity(id int64, content string, source string, editor int64, payload string) IDocumentPipeEntity

func NewIdentityEntity

func NewIdentityEntity(id int64, username string, phoneNumber string, phoneNumberConfirmed bool, firstName string, lastName string, displayName string, email string, emailConfirmed bool, avatar string, banner string, summary string, token string, multiFactor bool, hash string, salt string, publicKey string, privateKey string, permission uint64, restriction uint32, lastLogin int64, loginCount uint32) IIdentityEntity

func NewIdentityPipeEntity

func NewIdentityPipeEntity(id int64, username string, phoneNumber string, phoneNumberConfirmed bool, firstName string, lastName string, displayName string, email string, emailConfirmed bool, avatar string, banner string, summary string, token string, multiFactor bool, hash string, salt string, publicKey string, privateKey string, permission uint64, restriction uint32, lastLogin int64, loginCount uint32, source string, editor int64, payload string) IIdentityPipeEntity

func NewRemoteActivityEntity

func NewRemoteActivityEntity(id int64, entryPoint string, duration int64, successful bool, errorMessage string, remoteAddress string, userAgent string, eventType uint32, timestamp int64) IRemoteActivityEntity

func NewRemoteActivityPipeEntity

func NewRemoteActivityPipeEntity(id int64, entryPoint string, duration int64, successful bool, errorMessage string, remoteAddress string, userAgent string, eventType uint32, timestamp int64, source string, editor int64, payload string) IRemoteActivityPipeEntity

func NewSystemScheduleEntity

func NewSystemScheduleEntity(id int64, enabled bool, config string) ISystemScheduleEntity

func NewSystemSchedulePipeEntity

func NewSystemSchedulePipeEntity(id int64, enabled bool, config string, source string, editor int64, payload string) ISystemSchedulePipeEntity

func NewUserEntity

func NewUserEntity(id int64, github string) IUserEntity

func NewUserPipeEntity

func NewUserPipeEntity(id int64, github string, source string, editor int64, payload string) IUserPipeEntity

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL