master
go 8 lines 121 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 package confgroup
4
5 type Group struct {
6 Configs []Config
7 Source string
8 }