wings/services/service.go

8 lines
134 B
Go
Raw Normal View History

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