client

package
v0.0.0-...-a589ac7 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Fetch() ([][]string, error)
}

Client is an interface for providers

type Csv

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

Csv is struct for CSV files

func NewCsv

func NewCsv(path string) Csv

NewCsv initializes

func (Csv) Fetch

func (o Csv) Fetch() ([][]string, error)

Fetch returns data from this provider

Jump to

Keyboard shortcuts

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