internal

package
v0.0.0-...-ca5b825 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 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 Record

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

Record is a struct that contains a set of fields and their corresponding values. It is used to represent a row of data from a source. Field order is critical for some serializers, so we keep them in a separate slice.

func NewRecord

func NewRecord(fields []string, values []any) *Record

func (*Record) Len

func (r *Record) Len() int

func (*Record) Map

func (r *Record) Map() map[string]any

func (*Record) Values

func (r *Record) Values() []any

type Repository

type Repository interface {
	Write(ctx context.Context, path string, reader io.Reader) error
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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