github.com/sap/cf-mta-plugin@v2.6.3+incompatible/clients/restclient/rest_client_operations.go (about)

     1  package restclient
     2  
     3  // RestClientOperations is an interface having all RestClient operations
     4  type RestClientOperations interface {
     5  	PurgeConfiguration(org, space string) error
     6  }