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

gitbucket.core.plugin.Results.scala Maven / Gradle / Ivy

package gitbucket.core.plugin

import play.twirl.api.Html

/**
 * Defines result case classes returned by plugin controller.
 */
object Results {
  case class Redirect(path: String)
  case class Fragment(html: Html)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy