Documentation
¶
Index ¶
- Variables
- func NewAccessControlEntity(id int64, key uint64, value uint64) IAccessControlEntity
- func NewAccessControlPipeEntity(id int64, key uint64, value uint64, source string, editor int64, ...) IAccessControlPipeEntity
- func NewActivityPubFollowerEntity(id int64, handle string, inbox string, subject string, activity string, ...) IActivityPubFollowerEntity
- func NewActivityPubFollowerPipeEntity(id int64, handle string, inbox string, subject string, activity string, ...) IActivityPubFollowerPipeEntity
- func NewActivityPubIncomingActivityEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, ...) IActivityPubIncomingActivityEntity
- func NewActivityPubIncomingActivityPipeEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, ...) IActivityPubIncomingActivityPipeEntity
- func NewActivityPubOutgoingActivityEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, ...) IActivityPubOutgoingActivityEntity
- func NewActivityPubOutgoingActivityPipeEntity(id int64, identityId int64, uniqueIdentifier string, timestamp int64, ...) IActivityPubOutgoingActivityPipeEntity
- func NewCategoryEntity(id int64, categoryTypeId int64, categoryId int64, title string, ...) ICategoryEntity
- func NewCategoryPipeEntity(id int64, categoryTypeId int64, categoryId int64, title string, ...) ICategoryPipeEntity
- func NewCategoryTypeEntity(id int64, description string) ICategoryTypeEntity
- func NewCategoryTypePipeEntity(id int64, description string, source string, editor int64, payload string) ICategoryTypePipeEntity
- func NewDocumentEntity(id int64, content string) IDocumentEntity
- func NewDocumentPipeEntity(id int64, content string, source string, editor int64, payload string) IDocumentPipeEntity
- func NewIdentityEntity(id int64, username string, phoneNumber string, phoneNumberConfirmed bool, ...) IIdentityEntity
- func NewIdentityPipeEntity(id int64, username string, phoneNumber string, phoneNumberConfirmed bool, ...) IIdentityPipeEntity
- func NewRemoteActivityEntity(id int64, entryPoint string, duration int64, successful bool, ...) IRemoteActivityEntity
- func NewRemoteActivityPipeEntity(id int64, entryPoint string, duration int64, successful bool, ...) IRemoteActivityPipeEntity
- func NewSystemScheduleEntity(id int64, enabled bool, config string) ISystemScheduleEntity
- func NewSystemSchedulePipeEntity(id int64, enabled bool, config string, source string, editor int64, ...) ISystemSchedulePipeEntity
- func NewUserEntity(id int64, github string) IUserEntity
- func NewUserPipeEntity(id int64, github string, source string, editor int64, payload string) IUserPipeEntity
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 NewCategoryEntity ¶
func NewCategoryPipeEntity ¶
func NewCategoryTypeEntity ¶
func NewDocumentEntity ¶
func NewDocumentPipeEntity ¶
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 NewSystemScheduleEntity ¶
func NewUserEntity ¶
Types ¶
This section is empty.
Source Files
¶
- access_control_entity.go
- activity_pub_follower_entity.go
- activity_pub_incoming_activity_entity.go
- activity_pub_outgoing_activity_entity.go
- category_entity.go
- category_type_entity.go
- document_entity.go
- entity.go
- identity_entity.go
- pipe.go
- remote_activity_entity.go
- system_schedule_entity.go
- user_entity.go
Click to show internal directories.
Click to hide internal directories.