reorder service struct fields
This commit is contained in:
parent
cae4148594
commit
52ccd900c7
@ -80,14 +80,14 @@ type Event struct {
|
||||
type Service struct {
|
||||
// Name of the service
|
||||
Name string
|
||||
// Version of the service
|
||||
Version string
|
||||
// url location of source
|
||||
Source string
|
||||
// Path to store source
|
||||
Path string
|
||||
// Exec command
|
||||
Exec []string
|
||||
// Version of the service
|
||||
Version string
|
||||
// Metadata stores metadata
|
||||
Metadata map[string]string
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user