csver

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigCsv

type ConfigCsv struct {
	Csv            *Csv
	HeaderLineName []string   // csv header line name
	HeaderLineDesc []string   // csv header line desc
	HeaderLineType []string   // csv header line type
	HeaderLineFlag []string   // csv header line flag
	Grid           [][]string // csv data grid
}

func CreateConfigCsv

func CreateConfigCsv(item *Csv) *ConfigCsv

func (*ConfigCsv) ToGrid

func (c *ConfigCsv) ToGrid() [][]string

type Csv

type Csv struct {
	FilePath string
	Grid     [][]string
}

func NewCsv

func NewCsv(filePath string, grid [][]string) *Csv

Jump to

Keyboard shortcuts

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