MCPcopy Create free account

hub / github.com/MarioCarrion/videos / functions

Functions638 in github.com/MarioCarrion/videos

↓ 1 callersFunctionDecodeCreateResponse
DecodeCreateResponse returns a decoder for responses returned by the users create endpoint. restoreBody controls whether the response body should be r
2022/01/14/gen/http/users/client/encode_decode.go:56
↓ 1 callersMethodDescriptor
()
2022/02/24/gen/go/user/v1/user.pb.go:55
↓ 1 callersMethodDescriptor
Deprecated: Use User.ProtoReflect.Descriptor instead.
2022/02/24/gen/go/user/v1/user.pb.go:113
↓ 1 callersFunctionDo
(v string)
2022/01/21/3-avoid-empty-interface/main.go:19
↓ 1 callersFunctionEncodeAllResponse
EncodeAllResponse returns an encoder for responses returned by the users all endpoint.
2022/01/14/gen/http/users/server/encode_decode.go:59
↓ 1 callersFunctionEncodeCreateRequest
EncodeCreateRequest returns an encoder for requests sent to the users create server.
2022/01/14/gen/http/users/client/encode_decode.go:39
↓ 1 callersFunctionEncodeCreateResponse
EncodeCreateResponse returns an encoder for responses returned by the users create endpoint.
2022/01/14/gen/http/users/server/encode_decode.go:22
↓ 1 callersFunctionExample1
-
2025/three-things-i-dont-like/03-switch-statement/main.go:14
↓ 1 callersFunctionFahrenheit
(country string)
2022/05/06/anticorruption/anticorruption.go:13
↓ 1 callersMethodFind
(isbn string)
2020/11/24-go-tools-counterfeiter/book.go:33
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_sql.go:34
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_gorm.go:27
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_pgx.go:29
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_boilerl.go:32
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_sqlx.go:30
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/03-go-database-postgresql-part-1/postgresql_sql.go:34
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/03-go-database-postgresql-part-1/postgresql_pgx.go:29
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/03-go-database-postgresql-part-1/postgresql_sqlx.go:30
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_sql.go:34
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_gorm.go:27
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_boiler.go:32
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_pgx.go:29
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_sqlc.go:30
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_squirrel.go:30
↓ 1 callersMethodFindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_sqlx.go:30
↓ 1 callersMethodFindByNConst
(nconst string)
2021/01/26-go-caching-memcached/postgresql.go:29
↓ 1 callersMethodFindByNConst
(nconst string)
2021/03/11-golang-microservices-caching-redis/postgresql.go:29
↓ 1 callersMethodFindReturns
(result1 library.Details, result2 error)
2020/11/24-go-tools-counterfeiter/librarytesting/fake_book_details_store.gen.go:66
↓ 1 callersMethodGet
(ctx context.Context, id string)
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/user.go:49
↓ 1 callersMethodGet
(ctx context.Context, id string)
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/user.go:49
↓ 1 callersMethodGetName
(nconst string)
2021/01/26-go-caching-memcached/memcached.go:32
↓ 1 callersMethodGetName
(ctx context.Context, nconst string)
2021/03/11-golang-microservices-caching-redis/redis.go:34
↓ 1 callersMethodGetUser
(ctx context.Context, id uuid.UUID)
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/user_repository.sql.go:47
↓ 1 callersMethodGetUser
(ctx context.Context, id uuid.UUID)
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/user_repository.sql.go:47
↓ 1 callersMethodInsert
(ctx context.Context, name string, permissions []internal.Permission)
2023/transaction-in-context/internal/postgresql/role.go:23
↓ 1 callersMethodInsert
(ctx context.Context, name string)
2023/transaction-in-context/internal/postgresql/role.go:84
↓ 1 callersMethodInsert
(ctx context.Context, id uuid.UUID, roleIDs ...uuid.UUID)
2023/transaction-in-context/internal/postgresql/user_role.go:23
↓ 1 callersMethodInsert
(ctx context.Context, name string)
2023/transaction-in-context/internal/postgresql/user.go:23
↓ 1 callersFunctionIter1
func(func() bool)
2024/go-1-23-0/01-range-over-func/main.go:9
↓ 1 callersFunctionIter2
func(func(K) bool)
2024/go-1-23-0/01-range-over-func/main.go:25
↓ 1 callersFunctionIter3
func(func(K, V) bool)
2024/go-1-23-0/01-range-over-func/main.go:39
↓ 1 callersFunctionKelvin
(country string)
2022/05/06/anticorruption/anticorruption.go:8
↓ 1 callersMethodListenForWork
()
2021/10/01/02-cancellation/main.go:60
↓ 1 callersMethodMethod
()
2021/07/interfaces-part-2/01-interface-values-with-nil/main.go:13
↓ 1 callersFunctionMountAllHandler
MountAllHandler configures the mux to serve the "users" service "all" endpoint.
2022/01/14/gen/http/users/server/server.go:143
↓ 1 callersFunctionMountCreateHandler
MountCreateHandler configures the mux to serve the "users" service "create" endpoint.
2022/01/14/gen/http/users/server/server.go:92
↓ 1 callersFunctionMountGenHTTPOpenapi3JSON
MountGenHTTPOpenapi3JSON configures the mux to serve GET request made to "/openapi3.json".
2022/01/14/gen/http/users/server/server.go:187
↓ 1 callersMethodMultiply
-
2025/go-1-24-0/05-testing/example.go:30
↓ 1 callersFunctionMultiplyBy2
(vals ...int)
2024/go-1-23-0/01-range-over-func/main.go:52
↓ 1 callersFunctionMultiplyBy2Iter
(vals ...int)
2024/go-1-23-0/01-range-over-func/main.go:60
↓ 1 callersFunctionNew
(db DBTX)
2021/02/09-go-database-postgresql-part-3/db.go:17
↓ 1 callersFunctionNew
(db DBTX)
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/db.go:20
↓ 1 callersFunctionNew
(db DBTX)
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/db.go:20
↓ 1 callersFunctionNewAllEndpoint
NewAllEndpoint returns an endpoint function that calls the method "all" of service "users".
2022/01/14/gen/users/endpoints.go:47
↓ 1 callersFunctionNewAllHandler
NewAllHandler creates a HTTP handler which loads the HTTP request and calls the "users" service "all" endpoint.
2022/01/14/gen/http/users/server/server.go:155
↓ 1 callersFunctionNewAllResponseBody
NewAllResponseBody builds the HTTP response body from the result of the "all" endpoint of the "users" service.
2022/01/14/gen/http/users/server/types.go:53
↓ 1 callersFunctionNewAllUserOK
NewAllUserOK builds a "users" service "all" endpoint result from a HTTP "OK" response.
2022/01/14/gen/http/users/client/types.go:64
↓ 1 callersFunctionNewAuthTokenContext
(ctx context.Context, value string)
2023/04/07/03-context/main.go:14
↓ 1 callersFunctionNewConfig
(token, address string)
2022/08/26/05-final/config.go:15
↓ 1 callersFunctionNewCreateEndpoint
NewCreateEndpoint returns an endpoint function that calls the method "create" of service "users".
2022/01/14/gen/users/endpoints.go:38
↓ 1 callersFunctionNewCreateHandler
NewCreateHandler creates a HTTP handler which loads the HTTP request and calls the "users" service "create" endpoint.
2022/01/14/gen/http/users/server/server.go:104
↓ 1 callersFunctionNewCreateRequestBody
NewCreateRequestBody builds the HTTP request body from the payload of the "create" endpoint of the "users" service.
2022/01/14/gen/http/users/client/types.go:43
↓ 1 callersFunctionNewCreateResponseBody
NewCreateResponseBody builds the HTTP response body from the result of the "create" endpoint of the "users" service.
2022/01/14/gen/http/users/server/types.go:43
↓ 1 callersFunctionNewCreateUser
NewCreateUser builds a users service create endpoint payload.
2022/01/14/gen/http/users/server/types.go:62
↓ 1 callersFunctionNewCreateUserOK
NewCreateUserOK builds a "users" service "create" endpoint result from a HTTP "OK" response.
2022/01/14/gen/http/users/client/types.go:53
↓ 1 callersFunctionNewMemcached
()
2021/01/26-go-caching-memcached/memcached.go:16
↓ 1 callersFunctionNewPostgreSQL
()
2021/01/26-go-caching-memcached/postgresql.go:14
↓ 1 callersFunctionNewPostgreSQL
()
2021/03/11-golang-microservices-caching-redis/postgresql.go:14
↓ 1 callersFunctionNewPostgreSQLC
()
2021/02/09-go-database-postgresql-part-3/postgresql_sqlc.go:15
↓ 1 callersFunctionNewPostgreSQLboiler
()
2021/02/05-go-database-postgresql-part-2/postgresql_boilerl.go:17
↓ 1 callersFunctionNewPostgreSQLboiler
()
2021/02/09-go-database-postgresql-part-3/postgresql_boiler.go:17
↓ 1 callersFunctionNewPostgreSQLgorm
()
2021/02/05-go-database-postgresql-part-2/postgresql_gorm.go:16
↓ 1 callersFunctionNewPostgreSQLgorm
()
2021/02/09-go-database-postgresql-part-3/postgresql_gorm.go:16
↓ 1 callersFunctionNewPostgreSQLpgx
()
2021/02/05-go-database-postgresql-part-2/postgresql_pgx.go:14
↓ 1 callersFunctionNewPostgreSQLpgx
()
2021/02/03-go-database-postgresql-part-1/postgresql_pgx.go:14
↓ 1 callersFunctionNewPostgreSQLpgx
()
2021/02/09-go-database-postgresql-part-3/postgresql_pgx.go:14
↓ 1 callersFunctionNewPostgreSQLsql
()
2021/02/05-go-database-postgresql-part-2/postgresql_sql.go:15
↓ 1 callersFunctionNewPostgreSQLsql
()
2021/02/03-go-database-postgresql-part-1/postgresql_sql.go:15
↓ 1 callersFunctionNewPostgreSQLsql
()
2021/02/09-go-database-postgresql-part-3/postgresql_sql.go:15
↓ 1 callersFunctionNewPostgreSQLsqlx
()
2021/02/05-go-database-postgresql-part-2/postgresql_sqlx.go:15
↓ 1 callersFunctionNewPostgreSQLsqlx
()
2021/02/03-go-database-postgresql-part-1/postgresql_sqlx.go:15
↓ 1 callersFunctionNewPostgreSQLsqlx
()
2021/02/09-go-database-postgresql-part-3/postgresql_sqlx.go:15
↓ 1 callersFunctionNewPostgreSQLsquirrel
()
2021/02/09-go-database-postgresql-part-3/postgresql_squirrel.go:15
↓ 1 callersFunctionNewQuery
NewQuery initializes a new Query using the passed in QueryMods
2021/02/05-go-database-postgresql-part-2/models/boil_queries.go:27
↓ 1 callersFunctionNewQuery
NewQuery initializes a new Query using the passed in QueryMods
2021/02/09-go-database-postgresql-part-3/models/boil_queries.go:27
↓ 1 callersFunctionNewRedis
()
2021/03/11-golang-microservices-caching-redis/redis.go:17
↓ 1 callersFunctionNewRole
(conn *pgx.Conn)
2023/transaction-in-context/internal/postgresql/role.go:17
↓ 1 callersFunctionNewScheduler
(workers, buffer int)
2021/10/01/02-cancellation/main.go:52
↓ 1 callersFunctionNewServer
(opts ...Option)
2021/11/05/main.go:49
↓ 1 callersFunctionNewUser
(conn *pgx.Conn)
2023/transaction-in-context/internal/postgresql/user.go:17
↓ 1 callersFunctionNewUserCloner
(conn *pgx.Conn)
2023/transaction-in-context/internal/postgresql/user_cloner.go:16
↓ 1 callersFunctionParseIdiomatic
(ctx context.Context, value string)
2021/12/28/context/context.go:22
↓ 1 callersFunctionParseNotIdiomatic
(value string, ctx context.Context)
2021/12/28/context/context.go:25
↓ 1 callersMethodPrepare
(context.Context, string, string)
2023/transaction-in-context/internal/postgresql/postgresql.go:16
↓ 1 callersMethodPrepareContext
(context.Context, string)
2021/02/09-go-database-postgresql-part-3/db.go:12
↓ 1 callersMethodPublish
Publish sends a message to the subscribed channels.
2022/06/24/main.go:63
↓ 1 callersMethodQueryContext
(context.Context, string, ...interface{})
2021/02/09-go-database-postgresql-part-3/db.go:13
↓ 1 callersMethodSelectName
(ctx context.Context, nconst sql.NullString)
2021/02/09-go-database-postgresql-part-3/names.sql.go:31
↓ 1 callersMethodSetName
(n Name)
2021/01/26-go-caching-memcached/memcached.go:49
↓ 1 callersMethodSetName
(ctx context.Context, n Name)
2021/03/11-golang-microservices-caching-redis/redis.go:53
← previousnext →101–200 of 638, ranked by callers