connection

package
v0.0.0-...-7fe122b Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2018 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionInterface

type ConnectionInterface interface {
	Open() bool
	Close() bool
	GetDB() interface{}
}

type DynamoDB

type DynamoDB struct {
	Session *session.Session
}

func (*DynamoDB) GetDB

func (d *DynamoDB) GetDB() interface{}

type MysqlConnection

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

func (*MysqlConnection) Close

func (con *MysqlConnection) Close() bool

func (*MysqlConnection) GetDB

func (con *MysqlConnection) GetDB() interface{}

func (*MysqlConnection) Open

func (con *MysqlConnection) Open() bool

Jump to

Keyboard shortcuts

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