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