gr

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2025 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bootstrap

func Bootstrap(ctx context.Context) error

Types

type GTIDSetRelation

type GTIDSetRelation string
const (
	GTIDSetEqual      GTIDSetRelation = "EQUAL"
	GTIDSetContained  GTIDSetRelation = "CONTAINED"
	GTIDSetContains   GTIDSetRelation = "CONTAINS"
	GTIDSetDisjoint   GTIDSetRelation = "DISJOINT"
	GTIDSetIntersects GTIDSetRelation = "INTERSECTS"
)

type SQLResult

type SQLResult struct {
	Error string              `json:"error,omitempty"`
	Rows  []map[string]string `json:"rows,omitempty"`
}

type SQLRunner

type SQLRunner interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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