github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/state/runtime/executor/config.go (about)

     1  package executor
     2  
     3  // Config represents the configuration of the executor server
     4  type Config struct {
     5  	URI string `mapstructure:"URI"`
     6  }