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

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

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

/**
 * Assigns (unassigned) routes to api-specs.
 * url - the parts of the route-url split at all `/`.
 * tags - the tags assigned to the route
 */
typealias SpecAssigner = (url: String, tags: List) -> String




© 2015 - 2024 Weber Informatics LLC | Privacy Policy