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