db

package
v0.0.0-...-2b9725c Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2019 License: MIT Imports: 1 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 interface {
	Ping() error
	DialString() string
	GetSchedules() ([]*models.Schedule, error)
	GetAirlines() ([]*models.Airline, error)
	GetAirports() ([]*models.Airport, error)
	InsertSchedule(s *models.Schedule) error
}

DB defines db interface

Directories

Path Synopsis
MIT License
MIT License

Jump to

Keyboard shortcuts

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