package create
import "github.com/gohugoio/hugo/resources/resource_factories/create"
Package create contains functions for to create Resource objects. This will typically non-files.
Index ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client contains methods to create Resource objects. tasks to Resource objects.
func New ¶
New creates a new Client with the given specification.
func (*Client) FromString ¶
FromString creates a new Resource from a string with the given relative target path.
func (*Client) Get ¶
Get creates a new Resource by opening the given filename in the given filesystem.
Source Files ¶
- Version
- v0.55.3
- Published
- Apr 20, 2019
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.