MCPcopy
hub / github.com/daptin/daptin / GetAllObjects

Method GetAllObjects

server/dbresourceinterface/interface.go:16–16  ·  view source on GitHub ↗
(name string, transaction *sqlx.Tx)

Source from the content-addressed store, hash-verified

14
15type DbResourceInterface interface {
16 GetAllObjects(name string, transaction *sqlx.Tx) ([]map[string]interface{}, error)
17 GetObjectPermissionByReferenceId(name string, ref daptinid.DaptinReferenceId, tx *sqlx.Tx) permission.PermissionInstance
18 TableInfo() *table_info.TableInfo
19 GetAdminEmailId(transaction *sqlx.Tx) string

Callers 4

StartSMTPMailServerFunction · 0.65
DoActionMethod · 0.65
CreateTemplateHooksFunction · 0.65
GetAllCloudStoresFunction · 0.65

Implementers 1

DbResourceserver/resource/dbresource.go

Calls

no outgoing calls

Tested by

no test coverage detected