forked from mirrors/homebox
10 lines
206 B
Go
10 lines
206 B
Go
|
/*
|
||
|
Package adapters offers common adapters for turing regular functions into HTTP Handlers
|
||
|
There are three types of adapters
|
||
|
|
||
|
- Query adapters
|
||
|
- Action adapters
|
||
|
- Command adapters
|
||
|
*/
|
||
|
package adapters
|