homebox/backend/internal/web/adapters/doc.go

10 lines
206 B
Go
Raw Normal View History

2023-03-05 20:17:53 -09:00
/*
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