github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/pkg/model/v1beta1/teststructs.go (about)

     1  package v1beta1
     2  
     3  type TestFatalErrorHandlerContents struct {
     4  	Message string
     5  	Code    int
     6  }