store

package
v0.0.0-...-e47cf43 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMySQLDB

func NewMySQLDB(datasourceName string) (*mysqlStore, error)

Types

type MySQLReadRequest

type MySQLReadRequest struct {
	StmtTmpl string
	Params   map[string]interface{}
}

func (*MySQLReadRequest) FromBytes

func (this *MySQLReadRequest) FromBytes(data []byte) error

func (*MySQLReadRequest) ToBytes

func (this *MySQLReadRequest) ToBytes() ([]byte, error)

type MySQLSaveRequest

type MySQLSaveRequest struct {
	StmtTmpl string
	Params   map[string]interface{}
}

func (*MySQLSaveRequest) FromBytes

func (this *MySQLSaveRequest) FromBytes(data []byte) error

func (*MySQLSaveRequest) ToBytes

func (this *MySQLSaveRequest) ToBytes() ([]byte, error)

Jump to

Keyboard shortcuts

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