diff options
author | Valery Piashchynski <[email protected]> | 2021-01-05 00:18:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-05 00:18:44 +0300 |
commit | 877b0ed461c7d5e1de87b7561f414aeb236cf3ec (patch) | |
tree | 2afdf6fa505f91043e4f22bfc7229d691e3da1d5 /plugins/server/interface.go | |
parent | 984953a9db1d94817bda2e3d9266583151b1b437 (diff) |
Add dput.cf file for the ubuntu launchpad
Add a lot of comments to the exported functions
Diffstat (limited to 'plugins/server/interface.go')
-rw-r--r-- | plugins/server/interface.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/server/interface.go b/plugins/server/interface.go index 98345694..a2d8b92b 100644 --- a/plugins/server/interface.go +++ b/plugins/server/interface.go @@ -10,6 +10,7 @@ import ( poolImpl "github.com/spiral/roadrunner/v2/pkg/pool" ) +// Env variables type alias type Env map[string]string // Server creates workers for the application. |