Current section

Files

Jump to
glotel src glotel@span_kind.erl
Raw

src/glotel@span_kind.erl

-module(glotel@span_kind).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/glotel/span_kind.gleam").
-export_type([span_kind/0]).
-type span_kind() :: client | server | producer | consumer | internal.