cmd

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type ColTypes

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

func LoadColTypes

func LoadColTypes(f string) (ColTypes, error)

func (ColTypes) Find

func (ct ColTypes) Find(idx int, name string) (string, bool)

func (ColTypes) FindByIdx

func (ct ColTypes) FindByIdx(idx int) (string, bool)

func (ColTypes) FindByName

func (ct ColTypes) FindByName(name string) (string, bool)
type Header struct {
	Colnames []string
	Colopt   []bool
	Ncols    int
	Types    []string
	Parsers  []func(string) (any, error)
}

Jump to

Keyboard shortcuts

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