actions

package
v1.1.15 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddRoutes

func AddRoutes(sg *echo.Group)

func EnvironmentCreate

func EnvironmentCreate(c echo.Context) error

func MapToStruct

func MapToStruct(source any, target interface{}) error

Types

type HasuraActionErrorResponse

type HasuraActionErrorResponse struct {
	Message    string        `json:"message"`
	Extensions []interface{} `json:"extensions"`
}

type HasuraActionPayload

type HasuraActionPayload struct {
	Action struct {
		Name string `json:"name"`
	} `json:"action"`
	Input struct {
		Args interface{} `json:"args"`
	} `json:"input"`
}

Jump to

Keyboard shortcuts

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