wings/services/service.go

8 lines
130 B
Go
Raw Normal View History

package services
import "github.com/schrej/wings.go/environments"
type Service struct {
Environment environments.Environment
}