github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/config/keyGroup.go (about)

     1  // Copyright 2021 The TrueBlocks Authors. All rights reserved.
     2  // Use of this source code is governed by a license that can
     3  // be found in the LICENSE file.
     4  
     5  package config
     6  
     7  import "github.com/TrueBlocks/trueblocks-core/src/apps/chifra/pkg/configtypes"
     8  
     9  func GetKey(set string) configtypes.KeyGroup {
    10  	return GetRootConfig().Keys[set]
    11  }