Documentation ¶ Index ¶ type Config type File type Handler func New(config Config) *Handler func (h *Handler) FindFilesByRules(workingDir string, sources []string) (res []File, _ error) func (h *Handler) FindGitFiles(workingDir string) (res []File, _ error) func (h *Handler) ZipFiles(w io.Writer, files []File) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { } type File ¶ type File struct { SourcePath string ArchivePath string } type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(config Config) *Handler func (*Handler) FindFilesByRules ¶ func (h *Handler) FindFilesByRules(workingDir string, sources []string) (res []File, _ error) func (*Handler) FindGitFiles ¶ func (h *Handler) FindGitFiles(workingDir string) (res []File, _ error) func (*Handler) ZipFiles ¶ func (h *Handler) ZipFiles( w io.Writer, files []File, ) error Source Files ¶ View all Source files handler.gohandler_findFilesByRules.gohandler_findGitFiles.gohandler_zipFile.gohandler_zipFiles.go Click to show internal directories. Click to hide internal directories.