mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 04:59:15 -04:00
Maek Resoyrce.Key as (mostly) internal
This commit is contained in:
parent
80e69344da
commit
b2b7bfdd3a
@ -166,6 +166,8 @@ type ResourcesLanguageMerger interface {
|
|||||||
|
|
||||||
// Identifier identifies a resource.
|
// Identifier identifies a resource.
|
||||||
type Identifier interface {
|
type Identifier interface {
|
||||||
|
// Key is is mostly for internal use and should be considered opaque.
|
||||||
|
// This value may change between Hugo versions.
|
||||||
Key() string
|
Key() string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user