Module

final case class Module(pre: Option[PreHook], create: Option[CreateHook], update: Option[UpdateHook], destroy: Option[DestroyHook], remove: Option[RemoveHook], post: Option[PostHook])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product