summaryrefslogtreecommitdiff
path: root/internal/api/api.go
blob: 1c233705f5ab97eaa3e538d201b10c0c57a93651 (plain)
1
2
3
4
5
6
7
8
9
10
11
package api

// API is the API exposed to the outside world for access by front-ends; this is distinct from the federation API
type API interface {

}

// api implements Api interface
type api struct {

}