schedule

package
v0.0.0-...-7319542 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVError

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

func (CSVError) Error

func (e CSVError) Error() string

type Talk

type Talk struct {
	StartsAt time.Time
	Title    string
	URL      *url.URL
	Speakers []string
	Duration time.Duration
}

func NewFromCSV

func NewFromCSV(file io.Reader) ([]Talk, []error)

NewFromCSV reads csv file and parses it into schedule of talks, returns list of CSVError.

Jump to

Keyboard shortcuts

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