From fbf52fe84be071e90ea81e5f7951da2a1ece0dbf Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sat, 27 Feb 2021 22:57:50 +0100 Subject: messing around a bit --- internal/api/api.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 internal/api/api.go (limited to 'internal/api/api.go') diff --git a/internal/api/api.go b/internal/api/api.go new file mode 100644 index 000000000..1c233705f --- /dev/null +++ b/internal/api/api.go @@ -0,0 +1,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 { + +} -- cgit v1.2.3