metadata

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL