mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Refactor to server-rendered app.
This commit is contained in:
5
services/common.go
Normal file
5
services/common.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package services
|
||||
|
||||
type Initializable interface {
|
||||
Init()
|
||||
}
|
||||
Reference in New Issue
Block a user