hugo/common/types
Bjørn Erik Pedersen e58a540895 resources: Create a common ResourceFinder interface
And make both .Resources and resources implement it.

This gets us 2 new methods/functions, so you can now also do:

* .Resources.Get
* resources.ByType

Note that GetRemote is not covered by this interface, as that is only available as a global template function.

Fixes #8653
2022-04-05 18:00:44 +02:00
..
hstring resources: Create a common ResourceFinder interface 2022-04-05 18:00:44 +02:00
convert.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
convert_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
evictingqueue.go Prevent stale content in Fast Render Mode 2018-10-17 10:15:22 +02:00
evictingqueue_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
types.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
types_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00