ExBifrost.Model.PluginStatus (ex_bifrost v0.1.0)

Copy Markdown View Source

Current plugin status including types array (only populated for active plugins)

Summary

Types

t()

@type t() :: %ExBifrost.Model.PluginStatus{
  logs: [String.t()] | nil,
  name: String.t() | nil,
  status: String.t() | nil,
  types: [String.t()] | nil
}

Functions

decode(value)