8 lines
134 B
Go
8 lines
134 B
Go
|
package services
|
||
|
|
||
|
import "github.com/schrej/pterodactyld/environments"
|
||
|
|
||
|
type Service struct {
|
||
|
Environment environments.Environment
|
||
|
}
|