All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.archguard.aaac.api.InterpreterRequest.kt Maven / Gradle / Ivy

Go to download

ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, create architecture fitness functions, and anaysis system dependencies..

The newest version!
package org.archguard.aaac.api

import kotlinx.serialization.Serializable

@Serializable
data class InterpreterRequest(
    var id: Int = -1,
    val code: String,
    // for: post data?
    val serverUrl: String = ""
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy