Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootDirPath string RootPkgPath string )
Functions ¶
This section is empty.
Types ¶
type GeneratedStore ¶
type GeneratedStore struct {
// contains filtered or unexported fields
}
GeneratedStore stores Generated elements. tempMap has elements that have OutPath. Generated elements are shared with same OutPath value. tempList has elements that doesn't have OutPath.
func NewGeneratedStore ¶
func NewGeneratedStore() *GeneratedStore
func (*GeneratedStore) Get ¶
func (gs *GeneratedStore) Get(outPath, pkgPath string) *Generated
func (*GeneratedStore) List ¶
func (gs *GeneratedStore) List() []*Generated
func (*GeneratedStore) Set ¶
func (gs *GeneratedStore) Set(outPath string, g *Generated)
Click to show internal directories.
Click to hide internal directories.