kvasir

v0.0.1-proto4c

  • Pages
  • Modules

    kvasir v0.0.1-proto4c Kvasir.Event View Source

    Link to this section Summary

    Types

    t()

    Functions

    decode(value, opts \\ [])
    encode(value, opts \\ [])
    event(type, list)
    event?(event)
    field(name, type \\ :string, opts \\ [])
    id(event)
    key(arg1)
    timestamp(arg1)

    Link to this section Types

    Link to this type t() View Source
    t() :: map()

    Link to this section Functions

    Link to this function decode(value, opts \\ []) View Source
    Link to this function encode(value, opts \\ []) View Source
    Link to this macro event(type, list) View Source (macro)
    Link to this function event?(event) View Source
    event?(any()) :: boolean()
    Link to this macro field(name, type \\ :string, opts \\ []) View Source (macro)
    Link to this function id(event) View Source
    id(t()) :: term()
    Link to this function key(arg1) View Source
    key(t()) :: term()
    Link to this function timestamp(arg1) View Source
    timestamp(t()) :: NaiveDateTime.t()

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.