mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
parent
2662faf61f
commit
ce524d0b5e
54 changed files with 436 additions and 108 deletions
|
@ -104,6 +104,7 @@ type ResourceTransformer interface {
|
|||
|
||||
type Transformer interface {
|
||||
Transform(...ResourceTransformation) (ResourceTransformer, error)
|
||||
TransformWithContext(context.Context, ...ResourceTransformation) (ResourceTransformer, error)
|
||||
}
|
||||
|
||||
func NewFeatureNotAvailableTransformer(key string, elements ...any) ResourceTransformation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue