Figler.Schema.EditInfo (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for EditInfo.

Summary

Types

t()

@type t() :: %Figler.Schema.EditInfo{
  created_at: non_neg_integer() | nil,
  last_edited_at: non_neg_integer() | nil,
  timestamp_iso8601: String.t() | nil,
  user_id: String.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()