Packages

A library for creating LTI 1.3 Tools in Gleam

Current section

Files

Jump to
lightbulb src lightbulb@providers.erl
Raw

src/lightbulb@providers.erl

-module(lightbulb@providers).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([providers/0]).
-type providers() :: {providers,
lightbulb@providers@data_provider:data_provider(),
lightbulb@providers@http_provider:http_provider()}.