MCPcopy Create free account
hub / github.com/kataras/iris / Get

Method Get

_examples/database/mysql/sql/sql.go:10–10  ·  view source on GitHub ↗
(ctx context.Context, dest interface{}, q string, args ...interface{})

Source from the content-addressed store, hash-verified

8// Database is an interface which a database(sql) should implement.
9type Database interface {
10 Get(ctx context.Context, dest interface{}, q string, args ...interface{}) error
11 Select(ctx context.Context, dest interface{}, q string, args ...interface{}) error
12 Exec(ctx context.Context, q string, args ...interface{}) (sql.Result, error)
13}

Callers 15

mainFunction · 0.65
runServerFunction · 0.65
runServerFunction · 0.65
runServerFunction · 0.65
mainFunction · 0.65
GetMethod · 0.65
UpdateMethod · 0.65
DeleteMethod · 0.65
GetByIDMethod · 0.65
ListMethod · 0.65
GetByIDMethod · 0.65
ParseListOptionsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected