models

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package models defines the data structures used for representing SQL query effects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EffectsReport added in v0.2.0

type EffectsReport struct {
	Version string            `json:"version"`
	Effects map[string]string `json:"effects"`
}

EffectsReport represents the effects report with version and effects

func NewEffectsReport added in v0.2.0

func NewEffectsReport() *EffectsReport

NewEffectsReport creates a new EffectsReport with the current version

Jump to

Keyboard shortcuts

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