interviews

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2021 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoDateTime       = errors.New("no date time")
	ErrParseID          = errors.New("failed to parse id")
	ErrParseDate        = errors.New("failed to parse date")
	ErrParseTitle       = errors.New("failed to parse title")
	ErrParseApplication = errors.New("failed to parse application")
	ErrParseProcess     = errors.New("failed to parse process")
	ErrParseQuestions   = errors.New("failed to parse questions")
)

Functions

This section is empty.

Types

type Interview

type Interview struct {
	ID          string    `json:"id,omitempty"`
	Date        time.Time `json:"date,omitempty"`
	Title       string    `json:"title,omitempty"`
	Application []string  `json:"application,omitempty"`
	Process     []string  `json:"process,omitempty"`
	Questions   []string  `json:"questions,omitempty"`
}

func Parse

func Parse(r io.Reader) ([]Interview, error)

Jump to

Keyboard shortcuts

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