gmig

package
v0.0.0-...-e6fab64 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dataset

type Dataset struct {
	Tables []Table `yaml:Tables`
}

func (Dataset) Exec

func (d Dataset) Exec()

type Mask

type Mask struct {
	Key   string `yaml:Key`
	Value string `yaml:Value`
}

type Table

type Table struct {
	Name   string              `yaml:Name`
	Masks  []Mask              `yaml:Masks`
	Wheres []where             `yaml:Wheres`
	Result map[string][]string `yaml:Result`
}

Jump to

Keyboard shortcuts

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