controller

package
v0.2.14 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitRouter

func InitRouter()

Types

type DBDialect added in v0.2.12

type DBDialect struct{}

func (DBDialect) Call added in v0.2.12

func (t DBDialect) Call(ctx context.Context, _ string) (string, error)

func (DBDialect) Description added in v0.2.12

func (t DBDialect) Description() string

func (DBDialect) Name added in v0.2.12

func (t DBDialect) Name() string

type NeededTableInfo added in v0.2.12

type NeededTableInfo struct{}

func (NeededTableInfo) Call added in v0.2.12

func (t NeededTableInfo) Call(ctx context.Context, input string) (string, error)

func (NeededTableInfo) Description added in v0.2.12

func (t NeededTableInfo) Description() string

func (NeededTableInfo) Name added in v0.2.12

func (t NeededTableInfo) Name() string

type SqlExecutor added in v0.2.12

type SqlExecutor struct{}

func (SqlExecutor) Call added in v0.2.12

func (e SqlExecutor) Call(ctx context.Context, input string) (string, error)

func (SqlExecutor) Description added in v0.2.12

func (e SqlExecutor) Description() string

func (SqlExecutor) Name added in v0.2.12

func (e SqlExecutor) Name() string

type SystemTableNames added in v0.2.12

type SystemTableNames struct{}

func (SystemTableNames) Call added in v0.2.12

func (t SystemTableNames) Call(ctx context.Context, _ string) (string, error)

func (SystemTableNames) Description added in v0.2.12

func (t SystemTableNames) Description() string

func (SystemTableNames) Name added in v0.2.12

func (t SystemTableNames) Name() string

Jump to

Keyboard shortcuts

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