Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StaticBundler ¶
StaticBundler creates a file bundle specified by the bundle type.
Types ¶
type BundleType ¶
type BundleType string
BundleType specifies the type of bundling for the trails-config
var ( // Gzip content type for application/gzip Gzip BundleType = "gzip" // Tar content type for application/tar Tar BundleType = "tar" // Zip content type for application/zip Zip BundleType = "zip" )
Click to show internal directories.
Click to hide internal directories.