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