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