aggregator

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEntities

func GetEntities(ctx context.Context, options GetEntitiesOptions, res interface{}) error

GetEntities ...

func GetEntity

func GetEntity(ctx context.Context, options GetEntityOptions, res interface{}) error

GetEntity ...

Types

type FetchResponse

type FetchResponse struct {
	Result interface{} `json:"result"`
}

FetchResponse ...

type GetEntitiesOptions

type GetEntitiesOptions struct {
	Entity string
	Fields []string
	Filter map[string]interface{}
	Sort   []string
	Limit  *int
	Offset *int
}

GetEntitiesOptions ...

type GetEntityOptions

type GetEntityOptions struct {
	Entity   string
	EntityID string
	Fields   []string
}

GetEntityOptions ...

Jump to

Keyboard shortcuts

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