viper-app/internal/dao/interface.go

6 lines
43 B
Go
Raw Permalink Normal View History

package dao
type Interface interface {
}