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

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

The newest version!
package gitbucket.core.plugin

import gitbucket.core.model.Profile._
import profile.api._

trait AccountHook {

  def deleted(userName: String)(implicit session: Session): Unit = ()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy