layout

package
v1.2.1-0...-194ba77 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cell

type Cell struct {
	Name      Column
	MaxLength int
}

func (*Cell) IsNullable

func (c *Cell) IsNullable() bool

type Column

type Column string
type Header []*Cell

func ParseHeader

func ParseHeader(rows []string) Header

func (Header) NullableCols

func (h Header) NullableCols() byte

func (Header) ToRow

func (h Header) ToRow() Row

type Row

type Row map[Column]Value

func ParseRows

func ParseRows(rows []string, header *Header) []Row

type Value

type Value string

Jump to

Keyboard shortcuts

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