MCPcopy Create free account

hub / github.com/MarioCarrion/videos / types & classes

Types & classes185 in github.com/MarioCarrion/videos

↓ 2 callersTypeAliasInteger
2021/07/interfaces-part-2/03-type-assertion-switches/main.go:9
↓ 2 callersTypeAliasPermissionType
2023/transaction-in-context/internal/auth.go:20
↓ 2 callersStructResult
2021/02/11-go-package-testing-mock-gock/main.go:43
↓ 1 callersTypeAliasCountry
go:generate stringer -type=Country
2023/02/03/02-skip/generate.go:15
↓ 1 callersTypeAliasCurrency
go:generate stringer -type=Currency
2023/02/03/02-skip/generate.go:5
↓ 1 callersTypeAliasCustomError
2021/08/27/02-vet-error-is-as/main.go:5
↓ 1 callersTypeAliasInteger
2021/07/interfaces-part-2/02-what-is-in-an-interface-value/main.go:17
↓ 1 callersStructServer
Server lists the users service endpoint HTTP handlers.
2022/01/14/gen/http/users/server/server.go:20
↓ 1 callersInterfaceService
API for Users
2022/01/14/gen/users/service.go:15
StructAddress
2022/02/24/gen/go/user/v1/user.pb.go:159
StructAlert
Alert ...
2021/01/23-go-package-equality-google-go-cmp/sum.go:51
TypeAliasAllResponseBody
AllResponseBody is the type of the "users" service "all" endpoint HTTP response body.
2022/01/14/gen/http/users/client/types.go:33
TypeAliasAllResponseBody
AllResponseBody is the type of the "users" service "all" endpoint HTTP response body.
2022/01/14/gen/http/users/server/types.go:33
StructBook
go:generate counterfeiter -o librarytesting/fake_book_store.gen.go . BookStore go:generate counterfeiter -o librarytesting/fake_book_details_store.gen
2020/11/24-go-tools-counterfeiter/book.go:11
InterfaceBookDetailsStore
2020/11/24-go-tools-counterfeiter/book.go:32
StructBookService
2020/11/24-go-tools-counterfeiter/book.go:23
InterfaceBookStore
2020/11/24-go-tools-counterfeiter/book.go:28
StructCars
2022/01/21/4-dont-return-interfaces/producer2/producer2.go:3
StructChoreographer
2022/06/24/main.go:42
StructClient
2021/01/26-go-caching-memcached/memcached.go:12
StructClient
2021/03/11-golang-microservices-caching-redis/redis.go:13
StructClient
Client is the "users" service client.
2022/01/14/gen/users/client.go:17
StructClient
Client lists the users service endpoint HTTP clients.
2022/01/14/gen/http/users/client/client.go:19
StructConfig
2022/08/26/05-final/config.go:11
StructCreateRequestBody
CreateRequestBody is the type of the "users" service "create" endpoint HTTP request body.
2022/01/14/gen/http/users/client/types.go:19
StructCreateRequestBody
CreateRequestBody is the type of the "users" service "create" endpoint HTTP request body.
2022/01/14/gen/http/users/server/types.go:19
StructCreateResponseBody
CreateResponseBody is the type of the "users" service "create" endpoint HTTP response body.
2022/01/14/gen/http/users/client/types.go:26
StructCreateResponseBody
CreateResponseBody is the type of the "users" service "create" endpoint HTTP response body.
2022/01/14/gen/http/users/server/types.go:26
StructCreateUserParams
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/user_repository.sql.go:25
StructCreateUserParams
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/user_repository.sql.go:25
InterfaceDBTX
2021/02/09-go-database-postgresql-part-3/db.go:10
InterfaceDBTX
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/db.go:14
InterfaceDBTX
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/db.go:14
InterfaceDBTX
2023/transaction-in-context/internal/postgresql/postgresql.go:12
StructDates
2025/go-1-25-0/05-json-v2/main.go:28
StructDetails
2020/11/24-go-tools-counterfeiter/book.go:18
StructDollar
Dollar ...
2021/01/23-go-package-equality-google-go-cmp/sum.go:11
StructEndpoints
Endpoints wraps the "users" service endpoints.
2022/01/14/gen/users/endpoints.go:17
StructError
2021/02/05-go-database-postgresql-part-2/server.go:20
StructError
2021/02/03-go-database-postgresql-part-1/server.go:20
StructError
2021/02/09-go-database-postgresql-part-3/server.go:20
StructError
2021/01/26-go-caching-memcached/server.go:20
StructError
2021/03/11-golang-microservices-caching-redis/server.go:20
InterfaceErrorNamer
ErrorNamer is an interface implemented by generated error structs that exposes the name of the error as defined in the design.
2022/01/14/gen/http/users/server/server.go:29
StructExample
2025/go-1-24-0/03-json-omitzero/main.go:9
StructFahrenheit
2022/05/06/fahrenheit/fahrenheit.go:3
StructFakeBookDetailsStore
2020/11/24-go-tools-counterfeiter/librarytesting/fake_book_details_store.gen.go:10
StructFakeBookStore
2020/11/24-go-tools-counterfeiter/librarytesting/fake_book_store.gen.go:10
StructFancy
2022/01/21/5-avoid-stuttering-types/file/file.go:9
StructFile
2022/01/21/5-avoid-stuttering-types/file/file.go:3
StructGroup
Not `comparable`
2024/go-1-23-0/02-unique/main.go:15
InterfaceInterface
2021/07/interfaces-part-2/03-type-assertion-switches/main.go:5
InterfaceInterface
2021/07/interfaces-part-2/02-what-is-in-an-interface-value/main.go:7
InterfaceInterface
2021/07/interfaces-part-2/01-interface-values-with-nil/main.go:5
StructJSONHandler
2023/04/07/03-context/main.go:24
StructKeyValue
2025/go-1-24-0/03-json-omitzero/main.go:17
TypeAliasM
M type is for providing columns and column values to UpdateAll.
2021/02/05-go-database-postgresql-part-2/models/boil_types.go:15
TypeAliasM
M type is for providing columns and column values to UpdateAll.
2021/02/09-go-database-postgresql-part-3/models/boil_types.go:15
StructMain
2021/02/11-go-package-testing-mock-gock/main.go:38
StructMain
2021/03/18-go-package-testing-http-go-vcr/main.go:38
TypeAliasMaritalStatus
2022/02/24/gen/go/user/v1/user.pb.go:23
TypeAliasMessage
Message ...
2021/01/23-go-package-equality-google-go-cmp/sum.go:43
StructMountPoint
MountPoint holds information about the mounted endpoints.
2022/01/14/gen/http/users/server/server.go:34
StructName
2021/02/05-go-database-postgresql-part-2/server.go:13
StructName
Name is an object representing the database table.
2021/02/05-go-database-postgresql-part-2/models/names.go:27
StructName
2021/02/03-go-database-postgresql-part-1/server.go:13
StructName
2021/02/09-go-database-postgresql-part-3/server.go:13
StructName
Name is an object representing the database table.
2021/02/09-go-database-postgresql-part-3/models/names.go:27
StructName
2021/01/26-go-caching-memcached/server.go:13
StructName
2021/03/11-golang-microservices-caching-redis/server.go:13
FuncTypeNameHook
NameHook is the signature for custom Name hook methods
2021/02/05-go-database-postgresql-part-2/models/names.go:165
FuncTypeNameHook
NameHook is the signature for custom Name hook methods
2021/02/09-go-database-postgresql-part-3/models/names.go:165
TypeAliasNameSlice
NameSlice is an alias for a slice of pointers to Name. This should generally be used opposed to []Name.
2021/02/05-go-database-postgresql-part-2/models/names.go:163
TypeAliasNameSlice
NameSlice is an alias for a slice of pointers to Name. This should generally be used opposed to []Name.
2021/02/09-go-database-postgresql-part-3/models/names.go:163
InterfaceNames
2022/01/21/4-dont-return-interfaces/producer1/producer.go:3
StructNames
2021/02/09-go-database-postgresql-part-3/models.go:9
StructNotIdiomatic
2021/12/28/context/context.go:28
FuncTypeOption
func(*http.Server) error
2021/11/05/main.go:17
StructParser
2021/12/21/receivername/receivername.go:3
StructPermission
2023/transaction-in-context/internal/auth.go:22
StructPostgreSQL
2021/01/26-go-caching-memcached/postgresql.go:10
StructPostgreSQL
2021/03/11-golang-microservices-caching-redis/postgresql.go:10
StructPostgreSQLC
go:generate sqlc generate
2021/02/09-go-database-postgresql-part-3/postgresql_sqlc.go:11
StructPostgreSQLboiler
go:generate sqlboiler --wipe --no-tests psql
2021/02/05-go-database-postgresql-part-2/postgresql_boilerl.go:13
StructPostgreSQLboiler
go:generate sqlboiler --wipe --no-tests psql
2021/02/09-go-database-postgresql-part-3/postgresql_boiler.go:13
StructPostgreSQLgorm
2021/02/05-go-database-postgresql-part-2/postgresql_gorm.go:12
StructPostgreSQLgorm
2021/02/09-go-database-postgresql-part-3/postgresql_gorm.go:12
StructPostgreSQLpgx
2021/02/05-go-database-postgresql-part-2/postgresql_pgx.go:10
StructPostgreSQLpgx
2021/02/03-go-database-postgresql-part-1/postgresql_pgx.go:10
StructPostgreSQLpgx
2021/02/09-go-database-postgresql-part-3/postgresql_pgx.go:10
StructPostgreSQLsql
2021/02/05-go-database-postgresql-part-2/postgresql_sql.go:11
StructPostgreSQLsql
2021/02/03-go-database-postgresql-part-1/postgresql_sql.go:11
StructPostgreSQLsql
2021/02/09-go-database-postgresql-part-3/postgresql_sql.go:11
StructPostgreSQLsqlx
2021/02/05-go-database-postgresql-part-2/postgresql_sqlx.go:11
StructPostgreSQLsqlx
2021/02/03-go-database-postgresql-part-1/postgresql_sqlx.go:11
StructPostgreSQLsqlx
2021/02/09-go-database-postgresql-part-3/postgresql_sqlx.go:11
StructPostgreSQLsquirrel
2021/02/09-go-database-postgresql-part-3/postgresql_squirrel.go:11
TypeAliasPriority
2025/go-1-25-0/05-json-v2/main.go:26
StructPubSub
2023/concurrency-pattern-publisher-subscriber/main.go:8
InterfacePusher
2025/go-1-25-0/04-synctest/example.go:6
next →1–100 of 185, ranked by callers