skill

package
v0.0.0-...-e138ea5 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetQuery string = "SELECT" +
	"  s.ids  AS ids," +
	"  s.name AS `name`" +
	"  FROM saman.skill s" +
	"  WHERE 1=1 "
View Source
var WhereIds = "  AND s.ids = ?"
View Source
var WhereName = "  AND s.name = ?"

Functions

func DelSkill

func DelSkill() (*sql.Stmt, error)

func GetSkill

func GetSkill() (*sql.Stmt, error)

func PostSkill

func PostSkill() (*sql.Stmt, error)

func PutSkill

func PutSkill() (*sql.Stmt, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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