Documentation
¶
Overview ¶
Package asset provides functionality to manage static assets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UploadFunc ¶
UploadFunc is the function signature to upload contents to a destination.
type UploadOpts ¶
type UploadOpts struct { Reincludes []string // Relative path under source to reinclude files that are excluded in the upload. Excludes []string // Relative path under source to exclude in the upload. UploadFn UploadFunc // Custom implementation on how to upload the contents under a file. Defaults to S3UploadFn. }
Click to show internal directories.
Click to hide internal directories.