database

package
v0.0.0-...-cee06b0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

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

func Open

func Open(csvPath string) (*DB, error)

func (*DB) FetchAll

func (d *DB) FetchAll() ([]*Row, error)

func (*DB) InsertAll

func (d *DB) InsertAll(rows []*Row) error

type Row

type Row struct {
	EdgeCursor string

	ReleaseTag         string
	ReleaseCommittedAt time.Time
	IsPrerelease       bool
	EngineCommit       string
}

Jump to

Keyboard shortcuts

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