Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarioCarrion/videos
/ types & classes
Types & classes
185 in github.com/MarioCarrion/videos
⨍
Functions
638
◇
Types & classes
185
↓ 2 callers
TypeAlias
Integer
2021/07/interfaces-part-2/03-type-assertion-switches/main.go:9
↓ 2 callers
TypeAlias
PermissionType
2023/transaction-in-context/internal/auth.go:20
↓ 2 callers
Struct
Result
2021/02/11-go-package-testing-mock-gock/main.go:43
↓ 1 callers
TypeAlias
Country
go:generate stringer -type=Country
2023/02/03/02-skip/generate.go:15
↓ 1 callers
TypeAlias
Currency
go:generate stringer -type=Currency
2023/02/03/02-skip/generate.go:5
↓ 1 callers
TypeAlias
CustomError
2021/08/27/02-vet-error-is-as/main.go:5
↓ 1 callers
TypeAlias
Integer
2021/07/interfaces-part-2/02-what-is-in-an-interface-value/main.go:17
↓ 1 callers
Struct
Server
Server lists the users service endpoint HTTP handlers.
2022/01/14/gen/http/users/server/server.go:20
↓ 1 callers
Interface
Service
API for Users
2022/01/14/gen/users/service.go:15
Struct
Address
2022/02/24/gen/go/user/v1/user.pb.go:159
Struct
Alert
Alert ...
2021/01/23-go-package-equality-google-go-cmp/sum.go:51
TypeAlias
AllResponseBody
AllResponseBody is the type of the "users" service "all" endpoint HTTP response body.
2022/01/14/gen/http/users/client/types.go:33
TypeAlias
AllResponseBody
AllResponseBody is the type of the "users" service "all" endpoint HTTP response body.
2022/01/14/gen/http/users/server/types.go:33
Struct
Book
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
Interface
BookDetailsStore
2020/11/24-go-tools-counterfeiter/book.go:32
Struct
BookService
2020/11/24-go-tools-counterfeiter/book.go:23
Interface
BookStore
2020/11/24-go-tools-counterfeiter/book.go:28
Struct
Cars
2022/01/21/4-dont-return-interfaces/producer2/producer2.go:3
Struct
Choreographer
2022/06/24/main.go:42
Struct
Client
2021/01/26-go-caching-memcached/memcached.go:12
Struct
Client
2021/03/11-golang-microservices-caching-redis/redis.go:13
Struct
Client
Client is the "users" service client.
2022/01/14/gen/users/client.go:17
Struct
Client
Client lists the users service endpoint HTTP clients.
2022/01/14/gen/http/users/client/client.go:19
Struct
Config
2022/08/26/05-final/config.go:11
Struct
CreateRequestBody
CreateRequestBody is the type of the "users" service "create" endpoint HTTP request body.
2022/01/14/gen/http/users/client/types.go:19
Struct
CreateRequestBody
CreateRequestBody is the type of the "users" service "create" endpoint HTTP request body.
2022/01/14/gen/http/users/server/types.go:19
Struct
CreateResponseBody
CreateResponseBody is the type of the "users" service "create" endpoint HTTP response body.
2022/01/14/gen/http/users/client/types.go:26
Struct
CreateResponseBody
CreateResponseBody is the type of the "users" service "create" endpoint HTTP response body.
2022/01/14/gen/http/users/server/types.go:26
Struct
CreateUserParams
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/user_repository.sql.go:25
Struct
CreateUserParams
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/user_repository.sql.go:25
Interface
DBTX
2021/02/09-go-database-postgresql-part-3/db.go:10
Interface
DBTX
2025/three-things-i-dont-like/02-test-dependencies/with-dependencies/generated/db.go:14
Interface
DBTX
2025/three-things-i-dont-like/02-test-dependencies/without-dependencies/generated/db.go:14
Interface
DBTX
2023/transaction-in-context/internal/postgresql/postgresql.go:12
Struct
Dates
2025/go-1-25-0/05-json-v2/main.go:28
Struct
Details
2020/11/24-go-tools-counterfeiter/book.go:18
Struct
Dollar
Dollar ...
2021/01/23-go-package-equality-google-go-cmp/sum.go:11
Struct
Endpoints
Endpoints wraps the "users" service endpoints.
2022/01/14/gen/users/endpoints.go:17
Struct
Error
2021/02/05-go-database-postgresql-part-2/server.go:20
Struct
Error
2021/02/03-go-database-postgresql-part-1/server.go:20
Struct
Error
2021/02/09-go-database-postgresql-part-3/server.go:20
Struct
Error
2021/01/26-go-caching-memcached/server.go:20
Struct
Error
2021/03/11-golang-microservices-caching-redis/server.go:20
Interface
ErrorNamer
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
Struct
Example
2025/go-1-24-0/03-json-omitzero/main.go:9
Struct
Fahrenheit
2022/05/06/fahrenheit/fahrenheit.go:3
Struct
FakeBookDetailsStore
2020/11/24-go-tools-counterfeiter/librarytesting/fake_book_details_store.gen.go:10
Struct
FakeBookStore
2020/11/24-go-tools-counterfeiter/librarytesting/fake_book_store.gen.go:10
Struct
Fancy
2022/01/21/5-avoid-stuttering-types/file/file.go:9
Struct
File
2022/01/21/5-avoid-stuttering-types/file/file.go:3
Struct
Group
Not `comparable`
2024/go-1-23-0/02-unique/main.go:15
Interface
Interface
2021/07/interfaces-part-2/03-type-assertion-switches/main.go:5
Interface
Interface
2021/07/interfaces-part-2/02-what-is-in-an-interface-value/main.go:7
Interface
Interface
2021/07/interfaces-part-2/01-interface-values-with-nil/main.go:5
Struct
JSONHandler
2023/04/07/03-context/main.go:24
Struct
KeyValue
2025/go-1-24-0/03-json-omitzero/main.go:17
TypeAlias
M
M type is for providing columns and column values to UpdateAll.
2021/02/05-go-database-postgresql-part-2/models/boil_types.go:15
TypeAlias
M
M type is for providing columns and column values to UpdateAll.
2021/02/09-go-database-postgresql-part-3/models/boil_types.go:15
Struct
Main
2021/02/11-go-package-testing-mock-gock/main.go:38
Struct
Main
2021/03/18-go-package-testing-http-go-vcr/main.go:38
TypeAlias
MaritalStatus
2022/02/24/gen/go/user/v1/user.pb.go:23
TypeAlias
Message
Message ...
2021/01/23-go-package-equality-google-go-cmp/sum.go:43
Struct
MountPoint
MountPoint holds information about the mounted endpoints.
2022/01/14/gen/http/users/server/server.go:34
Struct
Name
2021/02/05-go-database-postgresql-part-2/server.go:13
Struct
Name
Name is an object representing the database table.
2021/02/05-go-database-postgresql-part-2/models/names.go:27
Struct
Name
2021/02/03-go-database-postgresql-part-1/server.go:13
Struct
Name
2021/02/09-go-database-postgresql-part-3/server.go:13
Struct
Name
Name is an object representing the database table.
2021/02/09-go-database-postgresql-part-3/models/names.go:27
Struct
Name
2021/01/26-go-caching-memcached/server.go:13
Struct
Name
2021/03/11-golang-microservices-caching-redis/server.go:13
FuncType
NameHook
NameHook is the signature for custom Name hook methods
2021/02/05-go-database-postgresql-part-2/models/names.go:165
FuncType
NameHook
NameHook is the signature for custom Name hook methods
2021/02/09-go-database-postgresql-part-3/models/names.go:165
TypeAlias
NameSlice
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
TypeAlias
NameSlice
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
Interface
Names
2022/01/21/4-dont-return-interfaces/producer1/producer.go:3
Struct
Names
2021/02/09-go-database-postgresql-part-3/models.go:9
Struct
NotIdiomatic
2021/12/28/context/context.go:28
FuncType
Option
func(*http.Server) error
2021/11/05/main.go:17
Struct
Parser
2021/12/21/receivername/receivername.go:3
Struct
Permission
2023/transaction-in-context/internal/auth.go:22
Struct
PostgreSQL
2021/01/26-go-caching-memcached/postgresql.go:10
Struct
PostgreSQL
2021/03/11-golang-microservices-caching-redis/postgresql.go:10
Struct
PostgreSQLC
go:generate sqlc generate
2021/02/09-go-database-postgresql-part-3/postgresql_sqlc.go:11
Struct
PostgreSQLboiler
go:generate sqlboiler --wipe --no-tests psql
2021/02/05-go-database-postgresql-part-2/postgresql_boilerl.go:13
Struct
PostgreSQLboiler
go:generate sqlboiler --wipe --no-tests psql
2021/02/09-go-database-postgresql-part-3/postgresql_boiler.go:13
Struct
PostgreSQLgorm
2021/02/05-go-database-postgresql-part-2/postgresql_gorm.go:12
Struct
PostgreSQLgorm
2021/02/09-go-database-postgresql-part-3/postgresql_gorm.go:12
Struct
PostgreSQLpgx
2021/02/05-go-database-postgresql-part-2/postgresql_pgx.go:10
Struct
PostgreSQLpgx
2021/02/03-go-database-postgresql-part-1/postgresql_pgx.go:10
Struct
PostgreSQLpgx
2021/02/09-go-database-postgresql-part-3/postgresql_pgx.go:10
Struct
PostgreSQLsql
2021/02/05-go-database-postgresql-part-2/postgresql_sql.go:11
Struct
PostgreSQLsql
2021/02/03-go-database-postgresql-part-1/postgresql_sql.go:11
Struct
PostgreSQLsql
2021/02/09-go-database-postgresql-part-3/postgresql_sql.go:11
Struct
PostgreSQLsqlx
2021/02/05-go-database-postgresql-part-2/postgresql_sqlx.go:11
Struct
PostgreSQLsqlx
2021/02/03-go-database-postgresql-part-1/postgresql_sqlx.go:11
Struct
PostgreSQLsqlx
2021/02/09-go-database-postgresql-part-3/postgresql_sqlx.go:11
Struct
PostgreSQLsquirrel
2021/02/09-go-database-postgresql-part-3/postgresql_squirrel.go:11
TypeAlias
Priority
2025/go-1-25-0/05-json-v2/main.go:26
Struct
PubSub
2023/concurrency-pattern-publisher-subscriber/main.go:8
Interface
Pusher
2025/go-1-25-0/04-synctest/example.go:6
next →
1–100 of 185, ranked by callers