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

Method GetByID

_examples/database/mysql/cache/groupcache.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, dest interface{}, id int64)

Source from the content-addressed store, hash-verified

17type Service interface {
18 RecordInfo() sql.Record
19 GetByID(ctx context.Context, dest interface{}, id int64) error
20 List(ctx context.Context, dest interface{}, opts sql.ListOptions) error
21}
22

Callers 4

GetMethod · 0.65
GetMethod · 0.65
GetByIDMethod · 0.65
GetByIDMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected