1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/services/common.go

6 lines
59 B
Go
Raw Normal View History

2020-02-20 16:28:55 +03:00
package services
type Initializable interface {
Init()
}