viper-app/internal/service/interface.go

6 lines
47 B
Go
Raw Normal View History

package service
type Interface interface {
}