mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 12:40:49 -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.
|
||||
type Identifier interface {
|
||||
// Key is is mostly for internal use and should be considered opaque.
|
||||
// This value may change between Hugo versions.
|
||||
Key() string
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user