Packages

A library for creating LTI 1.3 Tools in Gleam

Current section

Files

Jump to
lightbulb include lightbulb@providers@memory_provider_GetRegistration.hrl
Raw

include/lightbulb@providers@memory_provider_GetRegistration.hrl

-record(get_registration, {
id :: integer(),
reply_with :: gleam@erlang@process:subject({ok,
{integer(), lightbulb@registration:registration()}} |
{error, nil})
}).