core

package
v0.0.0-...-d75ed43 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2019 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Empleo

type Empleo struct {
	Title    string
	Company  string
	Location string
	Link     string
	Tags     []string
	Time     string
}

func (*Empleo) Serialize

func (e *Empleo) Serialize() (string, error)

type EmpleoSource

type EmpleoSource interface {
	Init() error
	Fetch() ([]Empleo, bool)
}

Jump to

Keyboard shortcuts

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