class PluginActions extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PluginActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PluginActions(context: DynamicsContext)

Value Members

  1. def base64FromFile(path: String): IO[String]

    Read file, convert to baes64.

  2. val context: DynamicsContext
  3. def format(about: String, msg: String): String
  4. def get(command: String): Action
  5. def getByName(name: String): IO[Either[String, PluginAssembly]]
  6. def runOnce(src: Option[String]): IO[Unit]
  7. def update(id: String, name: String, dllContent: String): IO[Boolean]
  8. def updateFromFile(id: String, path: String, name: String): IO[Boolean]
  9. val upload: Action
  10. def watch(config: AppConfig): IO[Unit]