mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
resource: Fix Go Doc vs .Data.Integrity
This commit is contained in:
parent
e402d91ee1
commit
fbc3e08c64
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ type ResourceParamsProvider interface {
|
|||
|
||||
type ResourceDataProvider interface {
|
||||
// Resource specific data set by Hugo.
|
||||
// One example would be.Data.Digest for fingerprinted resources.
|
||||
// One example would be .Data.Integrity for fingerprinted resources.
|
||||
Data() any
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue