portal/interfaces/database.go

7 lines
85 B
Go
Raw Normal View History

package interfaces
type Database interface {
Init(p Portal) error
Start() error
}