Prune stale plugin metadata
This commit is contained in:
@@ -46,6 +46,7 @@ type GamePluginRepository interface {
|
||||
Get(id string) (domain.GamePlugin, error)
|
||||
List(domain.GamePluginFilter) ([]domain.GamePlugin, error)
|
||||
Update(domain.GamePlugin) error
|
||||
Delete(id string) error
|
||||
}
|
||||
|
||||
type ServerInstanceRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user