parser

package
v0.0.0-...-346ca5a Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocParser

type DocParser interface {
	Execute(io.Reader) (model.APIResponse, error)
	Litlink(io.Reader) (model.LitlinkParseResult, error)
	Livepocket(io.Reader) (model.LivepocketParseResult, error)
	Kolokol(io.Reader) (model.APIResponse, error)
}

func NewParser

func NewParser() DocParser

type JsonParser

type JsonParser interface {
	Ryzm([]byte) (model.RyzmAPIResponse, error)
}

func NewJsonParser

func NewJsonParser() JsonParser

Jump to

Keyboard shortcuts

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