github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/pkg/model/v1beta1/simulator.go (about) 1 package v1beta1 2 3 type SimulatorConfigCompute struct { 4 IsBadActor bool 5 } 6 7 type SimulatorConfigRequester struct { 8 IsBadActor bool 9 } 10 11 type SimulatorConfig struct { 12 Compute SimulatorConfigCompute 13 Requester SimulatorConfigRequester 14 }