lowcodeattribute

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeserializeAvro

func DeserializeAvro(avroData []byte, avroSchemaPath string) (map[string]interface{}, error)

func MarshalAttributeNames

func MarshalAttributeNames(raw map[string]interface{}, separator string) (map[string]*string, error)

func SerializeLocalRequest

func SerializeLocalRequest(src map[string]interface{}, dest interface{}) error

Types

type ExecutionResponse

type ExecutionResponse struct {
	StatusCode int         `json:"statusCode"`
	Message    interface{} `json:"message"`
	Error      error       `json:"error"`
}

func (*ExecutionResponse) ToGatewayResponse

func (response *ExecutionResponse) ToGatewayResponse() (events.APIGatewayProxyResponse, error)

Jump to

Keyboard shortcuts

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