Implement begining of migration
Move Function/Query definition
This commit is contained in:
13
src/main/kotlin/fr/postgresjson/definition/Resource.kt
Normal file
13
src/main/kotlin/fr/postgresjson/definition/Resource.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package fr.postgresjson.definition
|
||||
|
||||
import java.io.File
|
||||
|
||||
interface Resource {
|
||||
val name: String
|
||||
val script: String
|
||||
var source: File?
|
||||
}
|
||||
|
||||
interface ResourceCollection {
|
||||
val parameters: List<Parameter>
|
||||
}
|
||||
Reference in New Issue
Block a user