mirror of
https://github.com/hay-kot/homebox.git
synced 2025-02-19 10:50:07 +00:00
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
|