Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemsServer ¶
type ItemsServer interface {
GetItems(http.ResponseWriter, *http.Request)
}
func NewItemsServer ¶
func NewItemsServer(pool *pgxpool.Pool, querier storage.Querier) ItemsServer
Click to show internal directories.
Click to hide internal directories.