Package com.keygenqt.ps.db.models
Types
Link copied to clipboard
data class Article( val id: Int? = null, val title: String, val description: String, val content: String, val titleRu: String?, val descriptionRu: String?, val contentRu: String?, val category: ArticleCategory, val type: ArticleType, val url: String, val listImage: String, val viewImage: String, val isPublished: Boolean, val createAt: Long, val updateAt: Long, val uploads: List<Upload>, val isLike: Boolean)
Content copied to clipboard
Link copied to clipboard
Category article
Link copied to clipboard
Exposed entity
Link copied to clipboard
Type article
Link copied to clipboard
Link copied to clipboard
Exposed entity
Link copied to clipboard
data class GitHubRepo( val language: String? = "", val name: String, val description: String? = "", val url: String, val topics: List<String>? = listOf(), val stargazersCount: Long, val gitHubCreateAt: LocalDateTime = Clock.System.now().toLocalDateTime(TimeZone.UTC), val category: RepoCategory? = null, val createAt: Long? = null)
Content copied to clipboard
Link copied to clipboard
Exposed entity
Link copied to clipboard
Link copied to clipboard
data class GitHubUser( val publicReposCount: Long, val followersCount: Long, val createAt: Long? = null)
Content copied to clipboard
Link copied to clipboard
Exposed entity
Link copied to clipboard
Link copied to clipboard
data class LikeArticle( val id: Int? = null, val articleId: Int, val key: String, val createAt: Long? = null)
Content copied to clipboard
Link copied to clipboard
Exposed entity
Link copied to clipboard
Exposed entity
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Project( val id: Int? = null, val title: String, val description: String, val titleRu: String?, val descriptionRu: String?, val category: ProjectCategory, val publicImage: String, val url: String, val urlGitHub: String, val urlSnapcraft: String, val urlDownload: String, val urlYouTube: String, val isPublished: Boolean, val createAt: Long, val updateAt: Long, val uploads: List<Upload>, val isLike: Boolean)
Content copied to clipboard
Link copied to clipboard
Project category
Link copied to clipboard
Exposed entity
Link copied to clipboard
Link copied to clipboard
Project category
Link copied to clipboard
Exposed entity
Link copied to clipboard
Link copied to clipboard
Exposed entity
Link copied to clipboard
Exposed entity
Link copied to clipboard
Link copied to clipboard
Exposed entity
Link copied to clipboard
Functions
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert list
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert list
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert list
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert list
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert ProjectEntity to model
Link copied to clipboard
Convert list
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert to model
Link copied to clipboard
Convert
Link copied to clipboard
Convert to model