Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarioCarrion/videos
/ functions
Functions
638 in github.com/MarioCarrion/videos
⨍
Functions
638
◇
Types & classes
185
↓ 1 callers
Function
DecodeCreateResponse
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 callers
Method
Descriptor
()
2022/02/24/gen/go/user/v1/user.pb.go:55
↓ 1 callers
Method
Descriptor
Deprecated: Use User.ProtoReflect.Descriptor instead.
2022/02/24/gen/go/user/v1/user.pb.go:113
↓ 1 callers
Function
Do
(v string)
2022/01/21/3-avoid-empty-interface/main.go:19
↓ 1 callers
Function
EncodeAllResponse
EncodeAllResponse returns an encoder for responses returned by the users all endpoint.
2022/01/14/gen/http/users/server/encode_decode.go:59
↓ 1 callers
Function
EncodeCreateRequest
EncodeCreateRequest returns an encoder for requests sent to the users create server.
2022/01/14/gen/http/users/client/encode_decode.go:39
↓ 1 callers
Function
EncodeCreateResponse
EncodeCreateResponse returns an encoder for responses returned by the users create endpoint.
2022/01/14/gen/http/users/server/encode_decode.go:22
↓ 1 callers
Function
Example1
-
2025/three-things-i-dont-like/03-switch-statement/main.go:14
↓ 1 callers
Function
Fahrenheit
(country string)
2022/05/06/anticorruption/anticorruption.go:13
↓ 1 callers
Method
Find
(isbn string)
2020/11/24-go-tools-counterfeiter/book.go:33
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_sql.go:34
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_gorm.go:27
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_pgx.go:29
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_boilerl.go:32
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/05-go-database-postgresql-part-2/postgresql_sqlx.go:30
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/03-go-database-postgresql-part-1/postgresql_sql.go:34
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/03-go-database-postgresql-part-1/postgresql_pgx.go:29
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/03-go-database-postgresql-part-1/postgresql_sqlx.go:30
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_sql.go:34
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_gorm.go:27
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_boiler.go:32
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_pgx.go:29
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_sqlc.go:30
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_squirrel.go:30
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/02/09-go-database-postgresql-part-3/postgresql_sqlx.go:30
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/01/26-go-caching-memcached/postgresql.go:29
↓ 1 callers
Method
FindByNConst
(nconst string)
2021/03/11-golang-microservices-caching-redis/postgresql.go:29
↓ 1 callers
Method
FindReturns
(result1 library.Details, result2 error)
2020/11/24-go-tools-counterfeiter/librarytesting/fake_book_details_store.gen.go:66
↓ 1 callers
Method
Get
(ctx context.Context, id string)
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/user.go:49
↓ 1 callers
Method
Get
(ctx context.Context, id string)
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/user.go:49
↓ 1 callers
Method
GetName
(nconst string)
2021/01/26-go-caching-memcached/memcached.go:32
↓ 1 callers
Method
GetName
(ctx context.Context, nconst string)
2021/03/11-golang-microservices-caching-redis/redis.go:34
↓ 1 callers
Method
GetUser
(ctx context.Context, id uuid.UUID)
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/user_repository.sql.go:47
↓ 1 callers
Method
GetUser
(ctx context.Context, id uuid.UUID)
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/user_repository.sql.go:47
↓ 1 callers
Method
Insert
(ctx context.Context, name string, permissions []internal.Permission)
2023/transaction-in-context/internal/postgresql/role.go:23
↓ 1 callers
Method
Insert
(ctx context.Context, name string)
2023/transaction-in-context/internal/postgresql/role.go:84
↓ 1 callers
Method
Insert
(ctx context.Context, id uuid.UUID, roleIDs ...uuid.UUID)
2023/transaction-in-context/internal/postgresql/user_role.go:23
↓ 1 callers
Method
Insert
(ctx context.Context, name string)
2023/transaction-in-context/internal/postgresql/user.go:23
↓ 1 callers
Function
Iter1
func(func() bool)
2024/go-1-23-0/01-range-over-func/main.go:9
↓ 1 callers
Function
Iter2
func(func(K) bool)
2024/go-1-23-0/01-range-over-func/main.go:25
↓ 1 callers
Function
Iter3
func(func(K, V) bool)
2024/go-1-23-0/01-range-over-func/main.go:39
↓ 1 callers
Function
Kelvin
(country string)
2022/05/06/anticorruption/anticorruption.go:8
↓ 1 callers
Method
ListenForWork
()
2021/10/01/02-cancellation/main.go:60
↓ 1 callers
Method
Method
()
2021/07/interfaces-part-2/01-interface-values-with-nil/main.go:13
↓ 1 callers
Function
MountAllHandler
MountAllHandler configures the mux to serve the "users" service "all" endpoint.
2022/01/14/gen/http/users/server/server.go:143
↓ 1 callers
Function
MountCreateHandler
MountCreateHandler configures the mux to serve the "users" service "create" endpoint.
2022/01/14/gen/http/users/server/server.go:92
↓ 1 callers
Function
MountGenHTTPOpenapi3JSON
MountGenHTTPOpenapi3JSON configures the mux to serve GET request made to "/openapi3.json".
2022/01/14/gen/http/users/server/server.go:187
↓ 1 callers
Method
Multiply
-
2025/go-1-24-0/05-testing/example.go:30
↓ 1 callers
Function
MultiplyBy2
(vals ...int)
2024/go-1-23-0/01-range-over-func/main.go:52
↓ 1 callers
Function
MultiplyBy2Iter
(vals ...int)
2024/go-1-23-0/01-range-over-func/main.go:60
↓ 1 callers
Function
New
(db DBTX)
2021/02/09-go-database-postgresql-part-3/db.go:17
↓ 1 callers
Function
New
(db DBTX)
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/db.go:20
↓ 1 callers
Function
New
(db DBTX)
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/db.go:20
↓ 1 callers
Function
NewAllEndpoint
NewAllEndpoint returns an endpoint function that calls the method "all" of service "users".
2022/01/14/gen/users/endpoints.go:47
↓ 1 callers
Function
NewAllHandler
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 callers
Function
NewAllResponseBody
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 callers
Function
NewAllUserOK
NewAllUserOK builds a "users" service "all" endpoint result from a HTTP "OK" response.
2022/01/14/gen/http/users/client/types.go:64
↓ 1 callers
Function
NewAuthTokenContext
(ctx context.Context, value string)
2023/04/07/03-context/main.go:14
↓ 1 callers
Function
NewConfig
(token, address string)
2022/08/26/05-final/config.go:15
↓ 1 callers
Function
NewCreateEndpoint
NewCreateEndpoint returns an endpoint function that calls the method "create" of service "users".
2022/01/14/gen/users/endpoints.go:38
↓ 1 callers
Function
NewCreateHandler
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 callers
Function
NewCreateRequestBody
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 callers
Function
NewCreateResponseBody
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 callers
Function
NewCreateUser
NewCreateUser builds a users service create endpoint payload.
2022/01/14/gen/http/users/server/types.go:62
↓ 1 callers
Function
NewCreateUserOK
NewCreateUserOK builds a "users" service "create" endpoint result from a HTTP "OK" response.
2022/01/14/gen/http/users/client/types.go:53
↓ 1 callers
Function
NewMemcached
()
2021/01/26-go-caching-memcached/memcached.go:16
↓ 1 callers
Function
NewPostgreSQL
()
2021/01/26-go-caching-memcached/postgresql.go:14
↓ 1 callers
Function
NewPostgreSQL
()
2021/03/11-golang-microservices-caching-redis/postgresql.go:14
↓ 1 callers
Function
NewPostgreSQLC
()
2021/02/09-go-database-postgresql-part-3/postgresql_sqlc.go:15
↓ 1 callers
Function
NewPostgreSQLboiler
()
2021/02/05-go-database-postgresql-part-2/postgresql_boilerl.go:17
↓ 1 callers
Function
NewPostgreSQLboiler
()
2021/02/09-go-database-postgresql-part-3/postgresql_boiler.go:17
↓ 1 callers
Function
NewPostgreSQLgorm
()
2021/02/05-go-database-postgresql-part-2/postgresql_gorm.go:16
↓ 1 callers
Function
NewPostgreSQLgorm
()
2021/02/09-go-database-postgresql-part-3/postgresql_gorm.go:16
↓ 1 callers
Function
NewPostgreSQLpgx
()
2021/02/05-go-database-postgresql-part-2/postgresql_pgx.go:14
↓ 1 callers
Function
NewPostgreSQLpgx
()
2021/02/03-go-database-postgresql-part-1/postgresql_pgx.go:14
↓ 1 callers
Function
NewPostgreSQLpgx
()
2021/02/09-go-database-postgresql-part-3/postgresql_pgx.go:14
↓ 1 callers
Function
NewPostgreSQLsql
()
2021/02/05-go-database-postgresql-part-2/postgresql_sql.go:15
↓ 1 callers
Function
NewPostgreSQLsql
()
2021/02/03-go-database-postgresql-part-1/postgresql_sql.go:15
↓ 1 callers
Function
NewPostgreSQLsql
()
2021/02/09-go-database-postgresql-part-3/postgresql_sql.go:15
↓ 1 callers
Function
NewPostgreSQLsqlx
()
2021/02/05-go-database-postgresql-part-2/postgresql_sqlx.go:15
↓ 1 callers
Function
NewPostgreSQLsqlx
()
2021/02/03-go-database-postgresql-part-1/postgresql_sqlx.go:15
↓ 1 callers
Function
NewPostgreSQLsqlx
()
2021/02/09-go-database-postgresql-part-3/postgresql_sqlx.go:15
↓ 1 callers
Function
NewPostgreSQLsquirrel
()
2021/02/09-go-database-postgresql-part-3/postgresql_squirrel.go:15
↓ 1 callers
Function
NewQuery
NewQuery initializes a new Query using the passed in QueryMods
2021/02/05-go-database-postgresql-part-2/models/boil_queries.go:27
↓ 1 callers
Function
NewQuery
NewQuery initializes a new Query using the passed in QueryMods
2021/02/09-go-database-postgresql-part-3/models/boil_queries.go:27
↓ 1 callers
Function
NewRedis
()
2021/03/11-golang-microservices-caching-redis/redis.go:17
↓ 1 callers
Function
NewRole
(conn *pgx.Conn)
2023/transaction-in-context/internal/postgresql/role.go:17
↓ 1 callers
Function
NewScheduler
(workers, buffer int)
2021/10/01/02-cancellation/main.go:52
↓ 1 callers
Function
NewServer
(opts ...Option)
2021/11/05/main.go:49
↓ 1 callers
Function
NewUser
(conn *pgx.Conn)
2023/transaction-in-context/internal/postgresql/user.go:17
↓ 1 callers
Function
NewUserCloner
(conn *pgx.Conn)
2023/transaction-in-context/internal/postgresql/user_cloner.go:16
↓ 1 callers
Function
ParseIdiomatic
(ctx context.Context, value string)
2021/12/28/context/context.go:22
↓ 1 callers
Function
ParseNotIdiomatic
(value string, ctx context.Context)
2021/12/28/context/context.go:25
↓ 1 callers
Method
Prepare
(context.Context, string, string)
2023/transaction-in-context/internal/postgresql/postgresql.go:16
↓ 1 callers
Method
PrepareContext
(context.Context, string)
2021/02/09-go-database-postgresql-part-3/db.go:12
↓ 1 callers
Method
Publish
Publish sends a message to the subscribed channels.
2022/06/24/main.go:63
↓ 1 callers
Method
QueryContext
(context.Context, string, ...interface{})
2021/02/09-go-database-postgresql-part-3/db.go:13
↓ 1 callers
Method
SelectName
(ctx context.Context, nconst sql.NullString)
2021/02/09-go-database-postgresql-part-3/names.sql.go:31
↓ 1 callers
Method
SetName
(n Name)
2021/01/26-go-caching-memcached/memcached.go:49
↓ 1 callers
Method
SetName
(ctx context.Context, n Name)
2021/03/11-golang-microservices-caching-redis/redis.go:53
← previous
next →
101–200 of 638, ranked by callers