Operate v0.1.0-beta.15 Operate.Op View Source

Defines an Op struct. Adapters implementing Operate.Adapter.fetch_ops/2 should map the response in to this consistent structure.

Link to this section Summary

Types

t()

Operate Op

Link to this section Types

Specs

t() :: %Operate.Op{
  fn: String.t(),
  hash: String.t(),
  name: String.t(),
  ref: String.t()
}

Operate Op