dump_tables

package
v0.0.0-...-b70959e Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyPrefix    = "DUMP"
	HandlePrefix = "DUMP-HANDLE"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DumpTablesJob

type DumpTablesJob struct {
}

func NewDumpTablesJob

func NewDumpTablesJob() *DumpTablesJob

func (*DumpTablesJob) Exec

func (s *DumpTablesJob) Exec(ctx context.Context, req string) (string, error)

func (*DumpTablesJob) Name

func (s *DumpTablesJob) Name() string

type Request

type Request struct {
	Uri []string `json:"uri,omitempty" yaml:"uri"`
}

type Response

type Response struct {
	Uri    string   `json:"uri,omitempty" yaml:"uri"`
	Tables []string `json:"tables,omitempty" yaml:"tables"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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