Fix struct tag in apparently untested config struct
This commit is contained in:
@@ -44,6 +44,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// serviceConfig is a deserialized form of the config file format which ConfigSourceFile accepts.
|
// serviceConfig is a deserialized form of the config file format which ConfigSourceFile accepts.
|
||||||
|
// TODO: this is apparently untested; is it used?
|
||||||
type serviceConfig struct {
|
type serviceConfig struct {
|
||||||
Services []struct {
|
Services []struct {
|
||||||
Name string `json: "name"`
|
Name string `json: "name"`
|
||||||
|
Reference in New Issue
Block a user