databasetype

package
v0.0.0-...-4f71f7c Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatabaseTypeDto

type DatabaseTypeDto struct {
	Path        string
	ProjectPath string
	GomodName   string
}

type MysqlGen

type MysqlGen interface {
	CreateMysqlConnection(dto DatabaseTypeDto) error
}

type MysqlGenImpl

type MysqlGenImpl struct {
	// contains filtered or unexported fields
}

func NewMysqlGen

func NewMysqlGen(
	fs database.FileSystem,
	wireGen wiregen.WireGen,
) *MysqlGenImpl

func (*MysqlGenImpl) CreateMysqlConnection

func (s *MysqlGenImpl) CreateMysqlConnection(dto DatabaseTypeDto) error

Jump to

Keyboard shortcuts

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