dataExpression

package
v0.0.0-...-9ea7be0 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetListing

func GetListing(svcs *services.APIServices, userID string, outMap *DataExpressionLookup) error

Types

type DataExpression

type DataExpression struct {
	*DataExpressionInput
	*pixlUser.APIObjectItem
}

type DataExpressionInput

type DataExpressionInput struct {
	Name       string         `json:"name"`
	Expression string         `json:"expression"`
	Type       expressionType `json:"type"`
	Comments   string         `json:"comments"`
}

DataExpressionInput - only public so we can use it embedded in dataExpression

type DataExpressionLookup

type DataExpressionLookup map[string]DataExpression

func ReadExpressionData

func ReadExpressionData(svcs *services.APIServices, s3Path string) (DataExpressionLookup, error)

Jump to

Keyboard shortcuts

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