mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -173,6 +173,12 @@ type TranslationKeyProvider interface {
|
||||
TranslationKey() string
|
||||
}
|
||||
|
||||
// UnmarshableResource represents a Resource that can be unmarshaled to some other format.
|
||||
type UnmarshableResource interface {
|
||||
ReadSeekCloserResource
|
||||
Identifier
|
||||
}
|
||||
|
||||
type resourceTypesHolder struct {
|
||||
mediaType media.Type
|
||||
resourceType string
|
||||
|
Reference in New Issue
Block a user