SurrealEx.Domain.ExecutionSuccess (surrealdb_ex v0.0.2)

Defines the struct for execution success.

Summary

Types

t()

@type t() :: %SurrealEx.Domain.ExecutionSuccess{id: String.t(), result: map()}

Functions

new(map_or_kwlist, opts \\ [])

@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %SurrealEx.Domain.ExecutionSuccess{
    id: term(),
    result: term()
  }