summaryrefslogtreecommitdiff
path: root/api/request.go
blob: 0df902af741ccbf1b25edf362af73ab0a159d9d2 (plain)
1
2
3
4
5
6
7
8
9
10
//go:build api

package api

type Request struct {
}

type CardRequest struct {
	Request
}