com.bybutter.sisyphus.starter.grpc.openapi.ApiDocProperty.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sisyphus-grpc-openapi-starter Show documentation
Show all versions of sisyphus-grpc-openapi-starter Show documentation
Starter for fastly creating OpenAPI v3 document for sisyphus backend service
package com.bybutter.sisyphus.starter.grpc.openapi
data class ApiDocProperty(
var path: String = "/api-docs",
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy