generator

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	DirMap  map[string][]string
	FileMap map[string]*goblet.File
	Paths   []string
}

Entity generator entity

type RegexpRepository

type RegexpRepository interface {
	CompilePatterns(patterns []string) error
	MatchAny(path string) bool
}

RegexpRepository repository for slice of regexp

type UseCase

type UseCase interface {
	LoadFiles(paths []string, ignorePatterns []string) (*Entity, error)
}

UseCase interface

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
presenter
repository
usecase

Jump to

Keyboard shortcuts

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