mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:32:24 -05:00
messing around a bit
This commit is contained in:
parent
503b77b768
commit
fbf52fe84b
8 changed files with 124 additions and 0 deletions
11
internal/api/api.go
Normal file
11
internal/api/api.go
Normal file
|
|
@ -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 {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue