Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FQDNIndexNode ¶
type FQDNIndexNode struct { FQDN bool // contains filtered or unexported fields }
func NewFQDNIndexNode ¶
func NewFQDNIndexNode() *FQDNIndexNode
func (*FQDNIndexNode) GetNestedNode ¶
func (f *FQDNIndexNode) GetNestedNode(keys []string) *FQDNIndexNode
func (*FQDNIndexNode) IsFQDN ¶
func (f *FQDNIndexNode) IsFQDN() bool
func (*FQDNIndexNode) SetNestedNode ¶
func (f *FQDNIndexNode) SetNestedNode(keys []string)
type FileOccurrence ¶
FileOccurrence - Where in the file_supportive has the dependency_contract occurred.
func NewFileOccurrence ¶
func NewFileOccurrence(filepath string, line int) *FileOccurrence
Click to show internal directories.
Click to hide internal directories.