mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 13:44:51 -04:00
resource: Fix Go Doc vs .Data.Integrity
This commit is contained in:
parent
e402d91ee1
commit
fbc3e08c64
@ -126,7 +126,7 @@ type ResourceParamsProvider interface {
|
|||||||
|
|
||||||
type ResourceDataProvider interface {
|
type ResourceDataProvider interface {
|
||||||
// Resource specific data set by Hugo.
|
// 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
|
Data() any
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user