summaryrefslogtreecommitdiff
path: root/model/init.go
blob: 503d2b8d42565876de63ba8fef77b331a5b59005 (plain)
1
2
3
4
5
package model

type HasInit interface {
	Init() error
}