very basic thoughts on module and file structure
basic configuration basic logger
This commit is contained in:
7
services/service.go
Normal file
7
services/service.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package services
|
||||
|
||||
import "github.com/schrej/pterodactyld/environments"
|
||||
|
||||
type Service struct {
|
||||
Environment environments.Environment
|
||||
}
|
||||
Reference in New Issue
Block a user