Wick.Protocol.Response.CreateReply (wick v0.1.0)

Copy Markdown View Source

FUSE_CREATE reply — fuse_entry_out (128) + fuse_open_out (16) back-to-back. Modelled as a struct with two embedded replies to make pattern matching at the handler side easier.

Summary

Types

t()

@type t() :: %Wick.Protocol.Response.CreateReply{
  entry: Wick.Protocol.Response.Entry.t(),
  open: Wick.Protocol.Response.Open.t()
}