Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SymbolsList ¶
type SymbolsList struct {
SymbolsOrigins []SymbolsOrigin `yaml:"symbolsOrigins"`
}
func NewSymbolsList ¶
func NewSymbolsList() *SymbolsList
func (*SymbolsList) Add ¶
func (sl *SymbolsList) Add(so *SymbolsOrigin)
func (*SymbolsList) String ¶
func (sl *SymbolsList) String() string
type SymbolsOrigin ¶
type SymbolsOrigin struct { TestBinaryPath string `yaml:"testBinaryPath"` Symbols []string `yaml:"symbols"` }
func NewSymbolsOrigin ¶
func NewSymbolsOrigin(testBinPath string) *SymbolsOrigin
func (*SymbolsOrigin) Add ¶
func (so *SymbolsOrigin) Add(symbol string)
func (*SymbolsOrigin) IsEmpty ¶
func (so *SymbolsOrigin) IsEmpty() bool
Click to show internal directories.
Click to hide internal directories.