operations

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResultKindTable  = "table"
	ResultKindObject = "object"

	RowEncodingObject = "object"
	RowEncodingArray  = "array"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Args map[string]any `json:"args"`
}

type Response

type Response struct {
	Kind        string           `json:"kind"`
	RowEncoding string           `json:"row_encoding,omitempty"`
	Columns     []string         `json:"columns,omitempty"`
	Rows        []map[string]any `json:"rows,omitempty"`
	Matrix      [][]any          `json:"matrix,omitempty"`
	Data        any              `json:"data,omitempty"`
	Meta        map[string]any   `json:"meta,omitempty"`
}

Jump to

Keyboard shortcuts

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