github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/cf/requirements/passing.go (about)

     1  package requirements
     2  
     3  type Passing struct {
     4  	Type string
     5  }
     6  
     7  func (r Passing) Execute() error {
     8  	return nil
     9  }