File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Plugin - to structure your business logic in composable blocks!
1
+ # ` Plugin ` helps you to structure your business logic in composable blocks.
2
2
3
- Basically a light version of [ Plug] ( https://github.com/elixir-lang/plug ) .
3
+ Basically a light version of [ Plug] ( https://github.com/elixir-lang/plug ) . Most of the code is a straight copy from Plug,
4
4
5
5
Think:
6
- - ` Plug ` without web-specific logic and without a typed ` Conn ` type .
6
+ - ` Plug ` without web-specific logic and without a typed ` Conn ` .
7
7
8
8
9
9
## Story
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ defmodule PluginTest do
29
29
end
30
30
31
31
32
- describe "single plugin with multiple plug statements" do
32
+ describe "single plugin with multiple plugin statements" do
33
33
defmodule SinglePluginMultiStatements do
34
34
use Plugin.Builder
35
35
plugin :test1 , [ ]
You can’t perform that action at this time.
0 commit comments