Skip to content

Commit 88b1ccd

Browse files
Remove config change from ws PR
Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
1 parent 0c569a4 commit 88b1ccd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkg/config/config.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,10 @@ type sectionParent interface {
8989
AddChild(key string, defValue ...interface{})
9090
}
9191

92-
type SectionArrayCommon interface {
93-
KeySet
94-
SubSection(name string) Section
95-
}
96-
9792
// Section represents a section of the global configuration, at a nested point in the config hierarchy.
9893
// Note that all keys are added to a GLOBAL map, so this cannot be used for per-instance customization.
9994
type Section interface {
100-
SectionArrayCommon
95+
KeySet
10196
SetDefault(key string, defValue interface{})
10297
SubSection(name string) Section
10398
SubArray(name string) ArraySection

0 commit comments

Comments
 (0)