github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/merkletree/config.go (about) 1 package merkletree 2 3 // Config represents the configuration of the merkletree server. 4 type Config struct { 5 // URI is the server URI. 6 URI string `mapstructure:"URI"` 7 }