ibento_event_store

v0.0.4

  • Pages
  • Modules

    ibento_event_store v0.0.4 Ibento.EventStore.EventData protocol View Source

    Link to this section Summary

    Types

    json_object()
    json_scalar()
    t()

    Functions

    cast(type)
    load(type, data)
    type(type)

    Link to this section Types

    Link to this type json_object() View Source
    json_object() :: %{
      optional(binary()) =>
        json_object() | json_scalar() | [json_object() | json_scalar()]
    }
    Link to this type json_scalar() View Source
    json_scalar() :: binary() | boolean() | float() | integer() | nil
    Link to this type t() View Source
    t() :: json_object()

    Link to this section Functions

    Link to this function cast(type) View Source
    Link to this function load(type, data) View Source
    Link to this function type(type) View Source

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.