Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportCache ¶
type ImportCache struct {
// contains filtered or unexported fields
}
ImportCache - @Constructor(type="pointer")
func NewImportCache ¶
func NewImportCache(aliasTpl string) *ImportCache
func (*ImportCache) AddImport ¶
func (i *ImportCache) AddImport(imp string)
func (*ImportCache) BuildImports ¶
func (i *ImportCache) BuildImports() [][2]string
func (*ImportCache) BuildReplaceMap ¶
func (i *ImportCache) BuildReplaceMap() map[string]string
func (*ImportCache) StoreImport ¶
func (i *ImportCache) StoreImport(imp string) string
Click to show internal directories.
Click to hide internal directories.