resources: Remove unused interface

This commit is contained in:
Bjørn Erik Pedersen
2025-05-28 11:57:36 +02:00
parent 766a2e7868
commit 6bd328c584
3 changed files with 1 additions and 11 deletions

View File

@@ -81,11 +81,6 @@ type ResourceWithoutMeta interface {
ResourceDataProvider
}
type ResourceWrapper interface {
UnwrappedResource() Resource
WrapResource(Resource) ResourceWrapper
}
type ResourceTypeProvider interface {
// ResourceType is the resource type. For most file types, this is the main
// part of the MIME type, e.g. "image", "application", "text" etc.