parentage

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsvInput

type CsvInput interface {
	Indvs() []string
	Sire(string) (string, bool)
	Dam(string) (string, bool)
}

type ThreeColumnCsv

type ThreeColumnCsv struct {
	// contains filtered or unexported fields
}

func NewThreeColumnCsv

func NewThreeColumnCsv(f *os.File) *ThreeColumnCsv

func (*ThreeColumnCsv) Dam

func (c *ThreeColumnCsv) Dam(id string) (string, bool)

func (*ThreeColumnCsv) Indvs

func (c *ThreeColumnCsv) Indvs() []string

func (*ThreeColumnCsv) Sire

func (c *ThreeColumnCsv) Sire(id string) (string, bool)

Jump to

Keyboard shortcuts

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