This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
generated from bkbnio/sourdough-kt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
433 additions
and
386 deletions.
There are no files selected for viewing
372 changes: 198 additions & 174 deletions
372
api-processor/src/main/kotlin/io/bkbn/lerasium/api/processor/visitor/RootModelVisitor.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package io.bkbn.lerasium.generated.domain | ||
|
||
import kotlin.String | ||
import test.User | ||
|
||
public data class UserDomain( | ||
public override val firstName: String, | ||
public override val lastName: String, | ||
public override val email: String, | ||
public override val gender: User.Gender, | ||
) : User |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
playground/src/main/kotlin/io/bkbn/lerasium/playground/domain/Book.kt
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
playground/src/main/kotlin/io/bkbn/lerasium/playground/domain/BookReview.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.