Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct { Containers container.Containers Pointers pointer.Pointers // contains filtered or unexported fields }
Scanner allows to scan go packages and search for yaml definitions. It will read them and store its pointers.
func NewScanner ¶
func NewScanner() *Scanner
Click to show internal directories.
Click to hide internal directories.