MCPcopy Create free account

hub / github.com/TannerGabriel/learning-go / types & classes

Types & classes67 in github.com/TannerGabriel/learning-go

↓ 1 callersTypeAliasUsr
Create type for interface
basics/11-Interfaces/Interfaces.go:17
StructAnimal
Declaring a Struct
basics/10-Struct/Struct.go:6
StructBlog
beginner-programs/gRPC-CRUD/pb/blog.pb.go:32
StructBlogItem
beginner-programs/gRPC-CRUD/server/server.go:24
InterfaceBlogServiceClient
BlogServiceClient is the client API for BlogService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://
beginner-programs/gRPC-CRUD/pb/blog.pb.go:735
InterfaceBlogServiceServer
BlogServiceServer is the server API for BlogService service.
beginner-programs/gRPC-CRUD/pb/blog.pb.go:787
StructBook
beginner-programs/Postgres-CRUD/postgres.go:21
StructCar
basics/11-Interfaces/Interfaces.go:19
InterfaceChatServiceClient
ChatServiceClient is the client API for ChatService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://
beginner-programs/gRPC-Example/chat/chat.pb.go:168
InterfaceChatServiceClient
ChatServiceClient is the client API for ChatService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:172
InterfaceChatServiceServer
ChatServiceServer is the server API for ChatService service.
beginner-programs/gRPC-Example/chat/chat.pb.go:190
InterfaceChatServiceServer
ChatServiceServer is the server API for ChatService service.
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:194
StructComplexityRoot
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:45
StructConfig
basics/10-Struct/StructMethods.go:5
StructConfig
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:31
StructConfiguration
Nested Struct
basics/10-Struct/NestedStruct.go:6
StructCreateBlogRequest
beginner-programs/gRPC-CRUD/pb/blog.pb.go:103
StructCreateBlogResponse
beginner-programs/gRPC-CRUD/pb/blog.pb.go:150
StructDeleteBlogRequest
beginner-programs/gRPC-CRUD/pb/blog.pb.go:393
StructDeleteBlogResponse
beginner-programs/gRPC-CRUD/pb/blog.pb.go:440
StructDirectiveRoot
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:42
StructDog
basics/10-Struct/StructFieldTags.go:8
StructHeap
algorithms/sorting/HeapSort/heapsort.go:3
StructItem
advanced-programs/GraphQL-CRUD/graph/model/item.go:3
StructItem
advanced-programs/FiberPostgresCRUD/item/item.go:12
StructLinkedList
data-structures/LinkedList/linkedlist.go:9
StructMessage
beginner-programs/gRPC-Example/chat/chat.pb.go:32
StructMessage
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:32
InterfaceMutationResolver
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:64
StructNewItem
advanced-programs/GraphQL-CRUD/graph/model/models_gen.go:5
StructProxy
basics/10-Struct/NestedStruct.go:11
StructProxyInfo
basics/10-Struct/StructMethods.go:10
InterfaceQueryResolver
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:68
StructReadBlogRequest
beginner-programs/gRPC-CRUD/pb/blog.pb.go:197
StructReadBlogResponse
beginner-programs/gRPC-CRUD/pb/blog.pb.go:244
StructResolver
go:generate go run github.com/99designs/gqlgen This file will not be regenerated automatically. It serves as dependency injection for your app, add a
advanced-programs/GraphQL-CRUD/graph/resolver.go:13
InterfaceResolverRoot
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:37
StructServer
beginner-programs/gRPC-Example/chat/chat.go:9
StructToDoList
beginner-programs/Todo-List/backend/models/models.go:5
StructUnimplementedBlogServiceServer
UnimplementedBlogServiceServer can be embedded to have forward compatible implementations.
beginner-programs/gRPC-CRUD/pb/blog.pb.go:795
StructUnimplementedChatServiceServer
UnimplementedChatServiceServer can be embedded to have forward compatible implementations.
beginner-programs/gRPC-Example/chat/chat.pb.go:195
StructUnimplementedChatServiceServer
UnimplementedChatServiceServer can be embedded to have forward compatible implementations.
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:199
StructUpdateBlogRequest
beginner-programs/gRPC-CRUD/pb/blog.pb.go:291
StructUpdateBlogResponse
beginner-programs/gRPC-CRUD/pb/blog.pb.go:346
StructUpdateItem
advanced-programs/GraphQL-CRUD/graph/model/models_gen.go:11
InterfaceUser
Defining a interface
basics/11-Interfaces/Interfaces.go:8
StructUser
beginner-programs/MongoDB-CRUD/mongodb.go:13
InterfaceVehicle
basics/11-Interfaces/Interfaces.go:12
StructblogServiceClient
beginner-programs/gRPC-CRUD/pb/blog.pb.go:742
StructchatServiceClient
beginner-programs/gRPC-Example/chat/chat.pb.go:172
StructchatServiceClient
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:176
StructcreateBlogCmdParams
beginner-programs/gRPC-CRUD/client/cmd/create.go:12
StructdeleteBlogCmdParams
beginner-programs/gRPC-CRUD/client/cmd/delete.go:13
Interfaceerror
basics/14-Error-Handling/ErrorHandling.go:9
StructexecutableSchema
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:73
StructexecutionContext
advanced-programs/GraphQL-CRUD/graph/generated/generated.go:203
StructmutationResolver
advanced-programs/GraphQL-CRUD/graph/schema.resolvers.go:69
Structnode
data-structures/LinkedList/linkedlist.go:3
StructqueryResolver
advanced-programs/GraphQL-CRUD/graph/schema.resolvers.go:70
StructreadBlogCmdParams
beginner-programs/gRPC-CRUD/client/cmd/read.go:13
StructresponseWriter
advanced-programs/PrometheusHTTPServer/main.go:15
Structserver
beginner-programs/gRPC-CRUD/server/server.go:31
StructupdateBlogCmdParams
beginner-programs/gRPC-CRUD/client/cmd/update.go:13
Structuser
beginner-programs/MySQL-CRUD/mysql.go:87
Structx
beginner-programs/gRPC-Example/chat/chat.pb.go:137
Structx
beginner-programs/gRPC-Example/chat/github.com/tannergabriel/learning-go/advanced-programs/gRPC-Example/chat/chat.pb.go:141
Structx
beginner-programs/gRPC-CRUD/pb/blog.pb.go:704