Documentation ¶ Index ¶ func ResolveDitaPath(configured string) (string, error) type BuildResult type Builder func (b *Builder) Release() func (b *Builder) Run(ctx context.Context, ditaPath, mapPath, format, outputDir string) (*BuildResult, error) func (b *Builder) TryAcquire() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ResolveDitaPath ¶ func ResolveDitaPath(configured string) (string, error) Types ¶ type BuildResult ¶ type BuildResult struct { Success bool Output string Elapsed time.Duration } type Builder ¶ type Builder struct { // contains filtered or unexported fields } func (*Builder) Release ¶ func (b *Builder) Release() func (*Builder) Run ¶ func (b *Builder) Run(ctx context.Context, ditaPath, mapPath, format, outputDir string) (*BuildResult, error) func (*Builder) TryAcquire ¶ func (b *Builder) TryAcquire() bool Source Files ¶ View all Source files build.goresolve.go Click to show internal directories. Click to hide internal directories.