forked from mirrors/homebox
improve documentation
This commit is contained in:
parent
c2f432cb4d
commit
e1f9c2997b
5 changed files with 83 additions and 2 deletions
9
backend/internal/web/adapters/doc.go
Normal file
9
backend/internal/web/adapters/doc.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue