com.capitalone.dashboard.service.GitHubService Maven / Gradle / Ivy
package com.capitalone.dashboard.service;
import org.springframework.http.ResponseEntity;
public interface GitHubService {
ResponseEntity cleanup();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy