mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-07 00:50:42 +00:00
Maek Resoyrce.Key as (mostly) internal
This commit is contained in:
parent
80e69344da
commit
b2b7bfdd3a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue