web

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package web provides RESTful API service and a website for gnparser.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTemplate added in v1.1.0

func NewTemplate() (*echoTempl, error)

func Run

func Run(gnps GNparserService)

Run starts the GNparser web service and servies both RESTful API and a website.

Types

type Data

type Data struct {
	Input         string
	Parsed        []parsed.Parsed
	Format        string
	HomePage      bool
	Version       string
	WithDetails   bool
	WithCultivars bool
}

Data contains information required to render web-pages.

type GNparserService added in v1.0.3

type GNparserService interface {
	gnparser.GNparser
	// Ping is a method to check if the service is running. Returns "pong".
	Ping() string
	// Port returns the port of the service.
	Port() int
}

GNparserService is an interface that provides functionality for GNparser RESTful service.

func NewGNparserService added in v1.0.3

func NewGNparserService(gnp gnparser.GNparser, port int) GNparserService

NewGNparserService creates a new object that implements GNparserService interface.

Jump to

Keyboard shortcuts

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