Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Export token type.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed May 6, 2013
1 parent 2e6cb5b commit b107fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/logplex_token.erl
Expand Up @@ -43,9 +43,11 @@

-type id() :: binary().
-type name() :: binary().
-type token() :: #token{}.

-export_type([id/0
,name/0
,token/0
]).

new(Id, ChannelId)
Expand Down

0 comments on commit b107fb0

Please sign in to comment.