Documentation ¶
Index ¶
- func TimeToTime(t time.Time) time.Time
- func TimeToTimePtr(t *time.Time) *time.Time
- func ToBizAccount(a *ent.Account) *modeltiphereth.Account
- func ToBizAccountList(a []*ent.Account) []*modeltiphereth.Account
- func ToBizAccountPlatform(p account.Platform) modeltiphereth.AccountPlatform
- func ToBizApp(a *ent.App) *modelgebura.App
- func ToBizAppList(a []*ent.App) []*modelgebura.App
- func ToBizAppPackage(a *ent.AppPackage) *modelgebura.AppPackage
- func ToBizAppPackageBinary(a ent.AppPackage) modelgebura.AppPackageBinary
- func ToBizAppPackageList(a []*ent.AppPackage) []*modelgebura.AppPackage
- func ToBizAppPackageSource(a apppackage.Source) modelgebura.AppPackageSource
- func ToBizAppSource(s app.Source) modelgebura.AppSource
- func ToBizAppType(t app.Type) modelgebura.AppType
- func ToBizFeed(a *ent.Feed) *modelfeed.Feed
- func ToBizFeedConfig(a *ent.FeedConfig) *modelyesod.FeedConfig
- func ToBizFeedConfigList(a []*ent.FeedConfig) []*modelyesod.FeedConfig
- func ToBizFeedConfigSource(s feedconfig.Source) modelyesod.FeedConfigSource
- func ToBizFeedConfigStatus(s feedconfig.Status) modelyesod.FeedConfigStatus
- func ToBizFeedItem(a *ent.FeedItem) *modelfeed.Item
- func ToBizFeedItemDigest(a *ent.FeedItem) *modelyesod.FeedItemDigest
- func ToBizFeedItemList(a []*ent.FeedItem) []*modelfeed.Item
- func ToBizImage(a *ent.Image) *modelchesed.Image
- func ToBizImageList(a []*ent.Image) []*modelchesed.Image
- func ToBizImageStatus(s image.Status) modelchesed.ImageStatus
- func ToBizNotifyFlow(a *ent.NotifyFlow) *modelnetzach.NotifyFlow
- func ToBizNotifyFlowStatus(s notifyflow.Status) modelnetzach.NotifyFlowStatus
- func ToBizNotifyTarget(a *ent.NotifyTarget) *modelnetzach.NotifyTarget
- func ToBizNotifyTargetList(a []*ent.NotifyTarget) []*modelnetzach.NotifyTarget
- func ToBizNotifyTargetStatus(s notifytarget.Status) modelnetzach.NotifyTargetStatus
- func ToBizNotifyTargetType(t notifytarget.Type) modelnetzach.NotifyTargetType
- func ToBizUser(a *ent.User) *modeltiphereth.User
- func ToBizUserList(a []*ent.User) []*modeltiphereth.User
- func ToBizUserStatus(s user.Status) modeltiphereth.UserStatus
- func ToEntAccountPlatform(t modeltiphereth.AccountPlatform) account.Platform
- func ToEntApp(a modelgebura.App) ent.App
- func ToEntAppPackageSource(a modelgebura.AppPackageSource) apppackage.Source
- func ToEntAppPackageSourceList(a []modelgebura.AppPackageSource) []apppackage.Source
- func ToEntAppSource(s modelgebura.AppSource) app.Source
- func ToEntAppType(t modelgebura.AppType) app.Type
- func ToEntFeedConfigSource(s modelyesod.FeedConfigSource) feedconfig.Source
- func ToEntFeedConfigSourceList(a []modelyesod.FeedConfigSource) []feedconfig.Source
- func ToEntFeedConfigStatus(s modelyesod.FeedConfigStatus) feedconfig.Status
- func ToEntFeedConfigStatusList(a []modelyesod.FeedConfigStatus) []feedconfig.Status
- func ToEntImageStatus(s modelchesed.ImageStatus) image.Status
- func ToEntNotifySourceSource(s modelnetzach.NotifyFlowStatus) notifyflow.Status
- func ToEntNotifyTargetStatus(s modelnetzach.NotifyTargetStatus) notifytarget.Status
- func ToEntNotifyTargetStatusList(a []modelnetzach.NotifyTargetStatus) []notifytarget.Status
- func ToEntNotifyTargetType(t modelnetzach.NotifyTargetType) notifytarget.Type
- func ToEntNotifyTargetTypeList(a []modelnetzach.NotifyTargetType) []notifytarget.Type
- func ToEntUserStatus(s modeltiphereth.UserStatus) user.Status
- func ToEntUserStatusList(a []modeltiphereth.UserStatus) []user.Status
- func ToEntUserType(t libauth.UserType) user.Type
- func ToEntUserTypeList(a []libauth.UserType) []user.Type
- func ToLibAuthUserType(t user.Type) libauth.UserType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToBizAccount ¶
func ToBizAccount(a *ent.Account) *modeltiphereth.Account
func ToBizAccountList ¶
func ToBizAccountList(a []*ent.Account) []*modeltiphereth.Account
func ToBizAccountPlatform ¶
func ToBizAccountPlatform(p account.Platform) modeltiphereth.AccountPlatform
func ToBizAppList ¶
func ToBizAppList(a []*ent.App) []*modelgebura.App
func ToBizAppPackage ¶
func ToBizAppPackage(a *ent.AppPackage) *modelgebura.AppPackage
func ToBizAppPackageBinary ¶
func ToBizAppPackageBinary(a ent.AppPackage) modelgebura.AppPackageBinary
func ToBizAppPackageList ¶
func ToBizAppPackageList(a []*ent.AppPackage) []*modelgebura.AppPackage
func ToBizAppPackageSource ¶
func ToBizAppPackageSource(a apppackage.Source) modelgebura.AppPackageSource
func ToBizAppSource ¶
func ToBizAppSource(s app.Source) modelgebura.AppSource
func ToBizAppType ¶
func ToBizAppType(t app.Type) modelgebura.AppType
func ToBizFeedConfig ¶
func ToBizFeedConfig(a *ent.FeedConfig) *modelyesod.FeedConfig
func ToBizFeedConfigList ¶
func ToBizFeedConfigList(a []*ent.FeedConfig) []*modelyesod.FeedConfig
func ToBizFeedConfigSource ¶
func ToBizFeedConfigSource(s feedconfig.Source) modelyesod.FeedConfigSource
func ToBizFeedConfigStatus ¶
func ToBizFeedConfigStatus(s feedconfig.Status) modelyesod.FeedConfigStatus
func ToBizFeedItemDigest ¶ added in v0.1.3
func ToBizFeedItemDigest(a *ent.FeedItem) *modelyesod.FeedItemDigest
func ToBizImage ¶ added in v0.1.4
func ToBizImage(a *ent.Image) *modelchesed.Image
func ToBizImageList ¶ added in v0.1.4
func ToBizImageList(a []*ent.Image) []*modelchesed.Image
func ToBizImageStatus ¶ added in v0.1.4
func ToBizImageStatus(s image.Status) modelchesed.ImageStatus
func ToBizNotifyFlow ¶ added in v0.1.0
func ToBizNotifyFlow(a *ent.NotifyFlow) *modelnetzach.NotifyFlow
func ToBizNotifyFlowStatus ¶ added in v0.1.0
func ToBizNotifyFlowStatus(s notifyflow.Status) modelnetzach.NotifyFlowStatus
func ToBizNotifyTarget ¶ added in v0.1.0
func ToBizNotifyTarget(a *ent.NotifyTarget) *modelnetzach.NotifyTarget
func ToBizNotifyTargetList ¶ added in v0.1.0
func ToBizNotifyTargetList(a []*ent.NotifyTarget) []*modelnetzach.NotifyTarget
func ToBizNotifyTargetStatus ¶ added in v0.1.0
func ToBizNotifyTargetStatus(s notifytarget.Status) modelnetzach.NotifyTargetStatus
func ToBizNotifyTargetType ¶ added in v0.1.0
func ToBizNotifyTargetType(t notifytarget.Type) modelnetzach.NotifyTargetType
func ToBizUserList ¶
func ToBizUserList(a []*ent.User) []*modeltiphereth.User
func ToBizUserStatus ¶
func ToBizUserStatus(s user.Status) modeltiphereth.UserStatus
func ToEntAccountPlatform ¶
func ToEntAccountPlatform(t modeltiphereth.AccountPlatform) account.Platform
func ToEntAppPackageSource ¶
func ToEntAppPackageSource(a modelgebura.AppPackageSource) apppackage.Source
func ToEntAppPackageSourceList ¶
func ToEntAppPackageSourceList(a []modelgebura.AppPackageSource) []apppackage.Source
func ToEntAppSource ¶
func ToEntAppSource(s modelgebura.AppSource) app.Source
func ToEntAppType ¶
func ToEntAppType(t modelgebura.AppType) app.Type
func ToEntFeedConfigSource ¶
func ToEntFeedConfigSource(s modelyesod.FeedConfigSource) feedconfig.Source
func ToEntFeedConfigSourceList ¶
func ToEntFeedConfigSourceList(a []modelyesod.FeedConfigSource) []feedconfig.Source
func ToEntFeedConfigStatus ¶
func ToEntFeedConfigStatus(s modelyesod.FeedConfigStatus) feedconfig.Status
func ToEntFeedConfigStatusList ¶
func ToEntFeedConfigStatusList(a []modelyesod.FeedConfigStatus) []feedconfig.Status
func ToEntImageStatus ¶ added in v0.1.4
func ToEntImageStatus(s modelchesed.ImageStatus) image.Status
func ToEntNotifySourceSource ¶ added in v0.1.0
func ToEntNotifySourceSource(s modelnetzach.NotifyFlowStatus) notifyflow.Status
func ToEntNotifyTargetStatus ¶ added in v0.1.0
func ToEntNotifyTargetStatus(s modelnetzach.NotifyTargetStatus) notifytarget.Status
func ToEntNotifyTargetStatusList ¶ added in v0.1.0
func ToEntNotifyTargetStatusList(a []modelnetzach.NotifyTargetStatus) []notifytarget.Status
func ToEntNotifyTargetType ¶ added in v0.1.0
func ToEntNotifyTargetType(t modelnetzach.NotifyTargetType) notifytarget.Type
func ToEntNotifyTargetTypeList ¶ added in v0.1.0
func ToEntNotifyTargetTypeList(a []modelnetzach.NotifyTargetType) []notifytarget.Type
func ToEntUserStatus ¶
func ToEntUserStatus(s modeltiphereth.UserStatus) user.Status
func ToEntUserStatusList ¶
func ToEntUserStatusList(a []modeltiphereth.UserStatus) []user.Status
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.