extractor

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ExtractPath   = "extract"
	InfoPath      = "info"
	AggregatePath = "aggregate"

	String DataType = "string"
	Int64  DataType = "int64"
	Base64 DataType = "base64"
)

Variables

View Source
var (
	NotFoundErr = errors.New("data not found")
)

Functions

This section is empty.

Types

type AggregationRequestBody

type AggregationRequestBody struct {
	Type   string        `json:"type"`
	Values []interface{} `json:"values"`
}

type Client

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

func New

func New(hostUrl string) *Client

func (*Client) Aggregate

func (client *Client) Aggregate(values []Data, ctx context.Context) (*Data, error)

func (*Client) Extract

func (client *Client) Extract(ctx context.Context) (*Data, error)

type Data

type Data struct {
	Type  DataType
	Value string
}

type DataRs

type DataRs struct {
	Value interface{} `json:"value"`
}

type DataType

type DataType string

type Info

type Info struct {
	Description string `json:"description"`
	DataFeedTag string `json:"datafeedtag"`
}

Jump to

Keyboard shortcuts

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