Skip to content

Commit

Permalink
Export missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Mar 1, 2022
1 parent ef04165 commit fc18ed1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mongoose_service.erl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
-type service() :: atom().
-type options() :: [term()].

-export_type([service/0]).

-callback start(Opts :: list()) -> any().
-callback stop() -> any().
-callback config_spec() -> mongoose_config_spec:config_section().
Expand Down

0 comments on commit fc18ed1

Please sign in to comment.