mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05: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…
Reference in a new issue