Documentation ¶
Index ¶
- func TimeToTime(t time.Time) time.Time
- func TimeToTimePtr(t *time.Time) *time.Time
- func ToBizAccountPlatform(p account.Platform) modeltiphereth.AccountPlatform
- func ToBizAppPackageSource(a apppackage.Source) modelgebura.AppPackageSource
- func ToBizAppSource(s app.Source) modelgebura.AppSource
- func ToBizAppType(t app.Type) modelgebura.AppType
- func ToBizFeedConfigSource(s feedconfig.Source) modelyesod.FeedConfigSource
- func ToBizFeedConfigStatus(s feedconfig.Status) modelyesod.FeedConfigStatus
- func ToBizUserStatus(s user.Status) modeltiphereth.UserStatus
- func ToEntAccountPlatform(t modeltiphereth.AccountPlatform) account.Platform
- func ToEntAppPackageSource(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 ToEntFeedConfigStatus(s modelyesod.FeedConfigStatus) feedconfig.Status
- func ToEntUserStatus(s modeltiphereth.UserStatus) user.Status
- func ToEntUserType(t libauth.UserType) user.Type
- func ToLibAuthUserType(t user.Type) libauth.UserType
- type Converter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToBizAccountPlatform ¶ added in v0.0.6
func ToBizAccountPlatform(p account.Platform) modeltiphereth.AccountPlatform
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 ToBizFeedConfigSource ¶
func ToBizFeedConfigSource(s feedconfig.Source) modelyesod.FeedConfigSource
func ToBizFeedConfigStatus ¶
func ToBizFeedConfigStatus(s feedconfig.Status) modelyesod.FeedConfigStatus
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 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 ToEntFeedConfigStatus ¶
func ToEntFeedConfigStatus(s modelyesod.FeedConfigStatus) feedconfig.Status
func ToEntUserStatus ¶
func ToEntUserStatus(s modeltiphereth.UserStatus) user.Status
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func NewConverter ¶
func NewConverter() Converter
Click to show internal directories.
Click to hide internal directories.