MCPcopy Create free account

hub / github.com/ardanlabs/service / functions

Functions918 in github.com/ardanlabs/service

MethodPublish
Publish handles the processing of metrics for deliver to the DataDog.
api/services/metrics/publisher/datadog/datadog.go:54
MethodPublish
Publish is called by the publisher goroutine and saves the raw stats.
api/services/metrics/publisher/expvar/expvar.go:69
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/vproductbus/vproductbus.go:15
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/vproductbus/vproductbus.go:22
MethodQuery
Query retrieves a list of existing products.
business/domain/vproductbus/vproductbus.go:52
MethodQuery
Query retrieves a list of existing products from the database.
business/domain/vproductbus/stores/vproductdb/vproductdb.go:32
MethodQuery
(ctx context.Context, filter vproductbus.QueryFilter, orderBy order.By, page page.Page)
business/domain/vproductbus/extensions/vproductotel/vproductotel.go:28
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/productbus/productbus.go:33
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/productbus/productbus.go:46
MethodQuery
Query retrieves a list of existing products.
business/domain/productbus/productbus.go:170
MethodQuery
Query gets all Products from the database matching the filter.
business/domain/productbus/stores/productpg/productpg.go:115
MethodQuery
Query gets all Products from the database matching the filter.
business/domain/productbus/stores/productsqlite/productsqlite.go:126
MethodQuery
Query applies otel to the product query process.
business/domain/productbus/extensions/productotel/productotel.go:74
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/homebus/homebus.go:32
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/homebus/homebus.go:45
MethodQuery
Query retrieves a list of existing homes from the database.
business/domain/homebus/stores/homedb/homedb.go:110
MethodQuery
Query applies otel to the home query process.
business/domain/homebus/extensions/homeotel/homeotel.go:74
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/userbus/userbus.go:34
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/userbus/userbus.go:47
MethodQuery
Query retrieves a list of existing users.
business/domain/userbus/userbus.go:181
MethodQuery
Query retrieves a list of existing users from the database.
business/domain/userbus/stores/usercache/usercache.go:91
MethodQuery
Query retrieves a list of existing users from the database.
business/domain/userbus/stores/userdb/userdb.go:110
MethodQuery
Query does not apply auditing.
business/domain/userbus/extensions/useraudit/useraudit.go:111
MethodQuery
Query applies otel to the user query process.
business/domain/userbus/extensions/userotel/userotel.go:75
MethodQuery
(ctx context.Context, filter QueryFilter, orderBy order.By, page page.Page)
business/domain/auditbus/auditbus.go:28
MethodQuery
Query retrieves a list of existing audit records.
business/domain/auditbus/auditbus.go:86
MethodQuery
(ctx context.Context, filter auditbus.QueryFilter, orderBy order.By, page page.Page)
business/domain/auditbus/stores/auditdb/auditdb.go:51
MethodQuery
Query queries the audit records.
business/domain/auditbus/extensions/auditotel/auditotel.go:42
MethodQueryByEmail
(ctx context.Context, email mail.Address)
business/domain/userbus/userbus.go:50
MethodQueryByEmail
QueryByEmail gets the specified user from the database by email.
business/domain/userbus/stores/usercache/usercache.go:119
MethodQueryByEmail
QueryByEmail gets the specified user from the database by email.
business/domain/userbus/stores/userdb/userdb.go:192
MethodQueryByEmail
QueryByEmail does not apply auditing.
business/domain/userbus/extensions/useraudit/useraudit.go:126
MethodQueryByEmail
QueryByEmail applies otel to the user query by email process.
business/domain/userbus/extensions/userotel/userotel.go:99
MethodQueryByID
(ctx context.Context, productID uuid.UUID)
business/domain/productbus/productbus.go:35
MethodQueryByID
(ctx context.Context, productID uuid.UUID)
business/domain/productbus/productbus.go:48
MethodQueryByID
QueryByID finds the product by the specified ID.
business/domain/productbus/productbus.go:185
MethodQueryByID
QueryByID finds the product identified by a given ID.
business/domain/productbus/stores/productpg/productpg.go:170
MethodQueryByID
QueryByID finds the product identified by a given ID.
business/domain/productbus/stores/productsqlite/productsqlite.go:181
MethodQueryByID
QueryByID applies otel to the product query by ID process.
business/domain/productbus/extensions/productotel/productotel.go:90
MethodQueryByID
(ctx context.Context, homeID uuid.UUID)
business/domain/homebus/homebus.go:34
MethodQueryByID
(ctx context.Context, homeID uuid.UUID)
business/domain/homebus/homebus.go:47
MethodQueryByID
QueryByID gets the specified home from the database.
business/domain/homebus/stores/homedb/homedb.go:170
MethodQueryByID
QueryByID applies otel to the home query by id process.
business/domain/homebus/extensions/homeotel/homeotel.go:100
MethodQueryByID
(ctx context.Context, userID uuid.UUID)
business/domain/userbus/userbus.go:49
MethodQueryByID
QueryByID finds the user by the specified ID.
business/domain/userbus/userbus.go:196
MethodQueryByID
QueryByID gets the specified user from the database.
business/domain/userbus/stores/usercache/usercache.go:101
MethodQueryByID
QueryByID gets the specified user from the database.
business/domain/userbus/stores/userdb/userdb.go:165
MethodQueryByID
QueryByID does not apply auditing.
business/domain/userbus/extensions/useraudit/useraudit.go:121
MethodQueryByID
QueryByID applies otel to the user query by ID process.
business/domain/userbus/extensions/userotel/userotel.go:91
MethodQueryByUserID
(ctx context.Context, userID uuid.UUID)
business/domain/productbus/productbus.go:36
MethodQueryByUserID
(ctx context.Context, userID uuid.UUID)
business/domain/productbus/productbus.go:49
MethodQueryByUserID
QueryByUserID finds the products by a specified User ID.
business/domain/productbus/productbus.go:195
MethodQueryByUserID
QueryByUserID finds products by their owning user ID.
business/domain/productbus/stores/productpg/productpg.go:197
MethodQueryByUserID
QueryByUserID finds products by their owning user ID.
business/domain/productbus/stores/productsqlite/productsqlite.go:208
MethodQueryByUserID
(ctx context.Context, userID uuid.UUID)
business/domain/productbus/extensions/productotel/productotel.go:97
MethodQueryByUserID
(ctx context.Context, userID uuid.UUID)
business/domain/homebus/homebus.go:48
MethodQueryByUserID
QueryByUserID finds the homes by a specified User ID.
business/domain/homebus/homebus.go:218
MethodQueryByUserID
QueryByUserID gets the specified home from the database by user id.
business/domain/homebus/stores/homedb/homedb.go:197
MethodQueryByUserID
QueryByUserID applies otel to the home query by user id process.
business/domain/homebus/extensions/homeotel/homeotel.go:113
FunctionQuerySlice
QuerySlice is a helper function for executing queries that return a collection of data to be unmarshalled into a slice.
business/sdk/sqldb/sqldb.go:156
FunctionQueryStruct
QueryStruct is a helper function for executing queries that return a single value to be unmarshalled into a struct type where field replacement is nec
business/sdk/sqldb/sqldb.go:233
MethodReset
()
app/domain/grpcauthapp/authapp.pb.go:33
MethodReset
()
app/domain/grpcauthapp/authapp.pb.go:112
MethodReset
()
app/domain/grpcauthapp/authapp.pb.go:456
MethodReset
()
app/domain/grpcauthapp/authapp.pb.go:538
MethodReset
()
app/domain/grpcauthapp/authapp.pb.go:689
MethodReset
()
app/domain/grpcauthapp/authapp.pb.go:821
FunctionRoutes
Routes adds specific routes for this group.
app/domain/vproductapp/route.go:24
FunctionRoutes
Routes adds specific routes for this group.
app/domain/homeapp/route.go:22
FunctionRoutes
Routes adds specific routes for this group.
app/domain/auditapp/route.go:22
FunctionRoutes
Routes adds specific routes for this group.
app/domain/productapp/route.go:22
FunctionRoutes
Routes adds specific routes for this group.
app/domain/userapp/route.go:22
FunctionRoutes
Routes adds specific routes for this group.
app/domain/checkapp/route.go:19
FunctionRoutes
Routes adds specific routes for this group.
app/domain/tranapp/route.go:27
FunctionRoutes
Routes adds specific routes for this group.
app/domain/authapp/route.go:19
FunctionRoutes
Routes adds the routes for the auth app.
app/domain/oauthapp/route.go:24
FunctionRoutes
Routes adds specific routes for this group.
app/domain/rawapp/route.go:10
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:178
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:250
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:312
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:411
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:530
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:591
MethodScan
Scan implements the sql.Scanner interface.
business/sdk/sqldb/dbarray/dbarray.go:654
MethodSetAudience
(v []string)
app/domain/grpcauthapp/authapp.pb.go:298
MethodSetClaims
(v *Claims)
app/domain/grpcauthapp/authapp.pb.go:611
MethodSetClaims
(v *Claims)
app/domain/grpcauthapp/authapp.pb.go:746
MethodSetExpiresAt
(v int64)
app/domain/grpcauthapp/authapp.pb.go:302
MethodSetId
(v string)
app/domain/grpcauthapp/authapp.pb.go:317
MethodSetIssuedAt
(v int64)
app/domain/grpcauthapp/authapp.pb.go:312
MethodSetIssuer
(v string)
app/domain/grpcauthapp/authapp.pb.go:288
MethodSetKid
(v string)
app/domain/grpcauthapp/authapp.pb.go:68
MethodSetNotBefore
(v int64)
app/domain/grpcauthapp/authapp.pb.go:307
MethodSetRoles
(v []string)
app/domain/grpcauthapp/authapp.pb.go:322
MethodSetRoles
(v []string)
app/domain/grpcauthapp/authapp.pb.go:602
MethodSetRule
(v string)
app/domain/grpcauthapp/authapp.pb.go:750
MethodSetSubject
(v string)
app/domain/grpcauthapp/authapp.pb.go:293
MethodSetSubject
(v string)
app/domain/grpcauthapp/authapp.pb.go:606
MethodSetToken
(v string)
app/domain/grpcauthapp/authapp.pb.go:147
MethodSetToken
(v string)
app/domain/grpcauthapp/authapp.pb.go:491
← previousnext →701–800 of 918, ranked by callers