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

main.io.github.smiley4.ktorswaggerui.data.PostBuild.kt Maven / Gradle / Ivy

The newest version!
package io.github.smiley4.ktorswaggerui.data

import io.swagger.v3.oas.models.OpenAPI

/**
 * Function executed after building the openapi-spec.
 * @author yuefeng in 2024/3/25.
 */
typealias PostBuild = (openApi: OpenAPI, specId: String) -> Unit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy