Operate v0.1.0-beta.4 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

Link to this type

t()

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

Operate Op