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
}
func (DataExpression) SetTimes ¶ added in v2.0.8
func (a DataExpression) SetTimes(userID string, t int64)
type DataExpressionInput ¶
type DataExpressionInput struct {
Name string `json:"name"`
Expression string `json:"expression"`
Type expressionType `json:"type"`
Comments string `json:"comments"`
Tags []string `json:"tags"`
}
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)
Click to show internal directories.
Click to hide internal directories.