generator

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	Pwd string
	Pdf interface {
		AddImage(string) error
		Write(string) error
	}
	Walker interface {
		Walk(string, []string) ([]string, error)
	}
	// contains filtered or unexported fields
}

func (*Generator) Generate

func (g *Generator) Generate(src string, dest string) ProcessError

type ProcessError

type ProcessError struct {
	Err      error
	ExitCode int
}

func (*ProcessError) Error

func (e *ProcessError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL