Versions in this module Expand all Collapse all v0 v0.5.1 Jul 30, 2026 v0.5.0 Jul 30, 2026 Changes in this version + func CombineDir(targetDir string) error + func DebugCatalogs(content, echoDst, xrayDst string) error + func MiniskinGenerate(contentPath, modulesPath string, verbosity ...Verbosity) error + func MiniskinMockupClean(contentPath, modulesPath string, verbosity ...Verbosity) error + func MiniskinMockupUpdate(contentPath, modulesPath string, verbosity ...Verbosity) error + func MiniskinRun(contentPath, modulesPath string, verbosity ...Verbosity) error + func SplitXML(xmlPath string) error + func TransformNegative(content string) string + type BlobIndex struct + Attach string + Base string + ID string + Name string + type Bucket struct + Dst string + ModuleName string + Src string + Template string + TemplateFunctionMap string + type BucketList struct + BlobOut string + Buckets []Bucket + Filename string + Import string + Module string + Omit string + ProjectRoot string + Template string + func (bl BucketList) OmitsCodegen(key string) bool + type BucketResult struct + Blobs []BlobIndex + Bucket Bucket + Items []Item + type Codegen struct + func CodegenNew(contentPath, modulesPath string) *Codegen + func (cg *Codegen) GenerateAll(result *Result) error + func (cg *Codegen) GenerateBucketFile(result *Result, br BucketResult) error + func (cg *Codegen) GenerateEmbed(result *Result) error + type DepEdge struct + Kind string + Source string + Target string + type DepMap struct + Cycles [][]string + Edges []DepEdge + func (dm *DepMap) HasCycles() bool + func (dm *DepMap) ProcessingOrder() ([]string, error) + func (dm *DepMap) String() string + type GeneratedFile struct + File string + Source string + type Item struct + AltURL string + BlobAttach string + BlobName string + EmbedPath string + File string + Index int + Key string + PreserveBlobID string + Src string + TemplateFunctionMap string + Type string + URL string + XMLLine int + XMLSrc string + func (it *Item) HasFlag(flag string) bool + func (it *Item) NeedsProcessing() bool + func (it *Item) RouteURL() string + type Miniskin struct + Output io.Writer + Verbosity Verbosity + func MiniskinNew(contentPath, modulesPath string) *Miniskin + func (ms *Miniskin) AnalyzeDeps() (*DepMap, error) + func (ms *Miniskin) BuildEmbed() (*Result, error) + func (ms *Miniskin) CleanImports() error + func (ms *Miniskin) ProcessMockupExport() (*Result, error) + func (ms *Miniskin) ProcessNegatives() (*Result, error) + func (ms *Miniskin) Run() (*Result, error) + func (ms *Miniskin) SetVerbosity(v Verbosity) *Miniskin + func (ms *Miniskin) Silent() *Miniskin + func (ms *Miniskin) UpdateImports() error + type Origin struct + Local *OriginSource + Name string + Remote *OriginSource + type OriginResource struct + ID string + IgnoreHash bool + Sha256 string + Src string + type OriginSource struct + Base string + Resources map[string]OriginResource + type Result struct + BucketList BucketList + Buckets []BucketResult + GeneratedFiles []GeneratedFile + type Verbosity int + const VerbosityDebug + const VerbosityNormal + const VerbositySilent + const VerbosityVerbose