Remove run node UI and expire registrations
This commit is contained in:
@@ -60,6 +60,7 @@ type RunEndpointRepository interface {
|
||||
Get(id string) (domain.RunEndpoint, error)
|
||||
List(domain.RunEndpointFilter) ([]domain.RunEndpoint, error)
|
||||
Update(domain.RunEndpoint) error
|
||||
Delete(id string) error
|
||||
}
|
||||
|
||||
type JobRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user