wakapi/services/common.go

6 lines
59 B
Go

package services
type Initializable interface {
Init()
}