forked from mirrors/homebox
9 lines
206 B
Go
9 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
|