[Специалист] Программирование на языке Go. Уровень 2 (2020)
大小
1.18 GB
文件数
154
Info Hash:
48B71AF794A165B5BEC9434CC9B83F2B5D5C93C7
收录时间
2025-12-14 22:14:40
更新时间
2025-12-23 23:20:57
文件列表 (154)
Материалы/3/6.ServerAndDB/api.exe
7.5 MB
Материалы/Вводная презентация.pptx
144.94 KB
Материалы/1/1.Files/conspect.md
8.38 KB
Материалы/1/1.Files/main.go
80 B
Материалы/1/1.Files/users.json
1.08 KB
Материалы/1/1.Files/dunmarshall/main.go
597 B
Материалы/1/1.Files/dunmarshall/users.json
1.08 KB
Материалы/1/1.Files/marshall/main.go
872 B
Материалы/1/1.Files/marshall/output.json
141 B
Материалы/1/1.Files/unmarshall/main.go
1.89 KB
Материалы/1/1.Files/unmarshall/users.json
1.08 KB
Материалы/1/2.HTTP_API/HTTP.pptx
128.18 KB
Материалы/1/2.HTTP_API/main.go
817 B
Материалы/1/2.HTTP_API/Принципы REST.pptx
131.06 KB
Материалы/2/3.Trash_API/3.Trash_API.exe
6.24 MB
Материалы/2/3.Trash_API/AnotherTrash_API.postman_collection.json
819 B
Материалы/2/3.Trash_API/conspect.md
7.33 KB
Материалы/2/3.Trash_API/go.mod
79 B
Материалы/2/3.Trash_API/go.sum
163 B
Материалы/2/3.Trash_API/main.go
3 KB
Материалы/2/4.SemiTrash_API/.env
17 B
Материалы/2/4.SemiTrash_API/4.SemiTrash_API.exe
6.44 MB
Материалы/2/4.SemiTrash_API/go.mod
133 B
Материалы/2/4.SemiTrash_API/go.sum
330 B
Материалы/2/4.SemiTrash_API/main.go
866 B
Материалы/2/4.SemiTrash_API/handlers/bookHandlers.go
3.18 KB
Материалы/2/4.SemiTrash_API/handlers/manyBooksHandlers.go
435 B
Материалы/2/4.SemiTrash_API/models/data.go
791 B
Материалы/2/4.SemiTrash_API/models/helper.go
78 B
Материалы/2/4.SemiTrash_API/utils/builders.go
587 B
Материалы/3/5.StandradWebServer/api.exe
6.77 MB
Материалы/3/5.StandradWebServer/conspect.md
3.03 KB
Материалы/3/5.StandradWebServer/go.mod
274 B
Материалы/3/5.StandradWebServer/go.sum
1.06 KB
Материалы/3/5.StandradWebServer/Makefile
73 B
Материалы/3/5.StandradWebServer/cmd/api/main.go
1020 B
Материалы/3/5.StandradWebServer/configs/.env
43 B
Материалы/3/5.StandradWebServer/configs/api.toml
43 B
Материалы/3/5.StandradWebServer/internal/app/api/api.go
1.02 KB
Материалы/3/5.StandradWebServer/internal/app/api/config.go
306 B
Материалы/3/5.StandradWebServer/internal/app/api/helper.go
716 B
Материалы/3/6.ServerAndDB/conspect.md
4.18 KB
Материалы/3/6.ServerAndDB/go.mod
307 B
Материалы/3/6.ServerAndDB/go.sum
1.22 KB
Материалы/3/6.ServerAndDB/Makefile
73 B
Материалы/3/6.ServerAndDB/cmd/api/main.go
1014 B
Материалы/3/6.ServerAndDB/configs/.env
43 B
Материалы/3/6.ServerAndDB/configs/api.toml
178 B
Материалы/3/6.ServerAndDB/internal/app/api/api.go
1.29 KB
Материалы/3/6.ServerAndDB/internal/app/api/config.go
444 B
Материалы/3/6.ServerAndDB/internal/app/api/helper.go
1.16 KB
Материалы/3/6.ServerAndDB/migrations/20210322212249_UsersCreationMigration.down.sql
17 B
Материалы/3/6.ServerAndDB/migrations/20210322212249_UsersCreationMigration.up.sql
189 B
Материалы/3/6.ServerAndDB/storage/config.go
188 B
Материалы/3/6.ServerAndDB/storage/storage.go
768 B
Материалы/4/7.ServerAndDB2/api.exe
7.5 MB
Материалы/4/7.ServerAndDB2/conspect.md
8.07 KB
Материалы/4/7.ServerAndDB2/go.mod
308 B
Материалы/4/7.ServerAndDB2/go.sum
1.22 KB
Материалы/4/7.ServerAndDB2/cmd/api/main.go
1015 B
Материалы/4/7.ServerAndDB2/configs/.env
43 B
Материалы/4/7.ServerAndDB2/configs/api.toml
178 B
Материалы/4/7.ServerAndDB2/internal/app/api/api.go
1.29 KB
Материалы/4/7.ServerAndDB2/internal/app/api/config.go
445 B
Материалы/4/7.ServerAndDB2/internal/app/api/handlers.go
55 B
Материалы/4/7.ServerAndDB2/internal/app/api/helper.go
1.45 KB
Материалы/4/7.ServerAndDB2/internal/app/models/article.go
200 B
Материалы/4/7.ServerAndDB2/internal/app/models/user.go
164 B
Материалы/4/7.ServerAndDB2/migrations/20210322212249_UsersCreationMigration.down.sql
39 B
Материалы/4/7.ServerAndDB2/migrations/20210322212249_UsersCreationMigration.up.sql
298 B
Материалы/4/7.ServerAndDB2/storage/articlerepository.go
2.03 KB
Материалы/4/7.ServerAndDB2/storage/config.go
188 B
Материалы/4/7.ServerAndDB2/storage/storage.go
1.34 KB
Материалы/4/7.ServerAndDB2/storage/userrepository.go
1.48 KB
Материалы/4/8.HandlerImpl/api.exe
7.85 MB
Материалы/4/8.HandlerImpl/conspect.md
1.79 KB
Материалы/4/8.HandlerImpl/go.mod
308 B
Материалы/4/8.HandlerImpl/go.sum
1.22 KB
Материалы/4/8.HandlerImpl/cmd/api/main.go
1015 B
Материалы/4/8.HandlerImpl/configs/.env
43 B
Материалы/4/8.HandlerImpl/configs/api.toml
178 B
Материалы/4/8.HandlerImpl/internal/app/api/api.go
1.29 KB
Материалы/4/8.HandlerImpl/internal/app/api/config.go
445 B
Материалы/4/8.HandlerImpl/internal/app/api/handlers.go
2.55 KB
Материалы/4/8.HandlerImpl/internal/app/api/helper.go
1.45 KB
Материалы/4/8.HandlerImpl/internal/app/models/article.go
200 B
Материалы/4/8.HandlerImpl/internal/app/models/user.go
164 B
Материалы/4/8.HandlerImpl/migrations/20210322212249_UsersCreationMigration.down.sql
39 B
Материалы/4/8.HandlerImpl/migrations/20210322212249_UsersCreationMigration.up.sql
298 B
Материалы/4/8.HandlerImpl/storage/articlerepository.go
2.03 KB
Материалы/4/8.HandlerImpl/storage/config.go
188 B
Материалы/4/8.HandlerImpl/storage/storage.go
1.34 KB
Материалы/4/8.HandlerImpl/storage/userrepository.go
1.48 KB
Материалы/4/8.HandlerImpl2/api.postman_collection.json
3.27 KB
Материалы/4/8.HandlerImpl2/apiserver.exe
7.89 MB
Материалы/4/8.HandlerImpl2/go.mod
529 B
Материалы/4/8.HandlerImpl2/go.sum
2.59 KB
Материалы/4/8.HandlerImpl2/task.md
1.06 KB
Материалы/4/8.HandlerImpl2/cmd/apiserver/main.go
725 B
Материалы/4/8.HandlerImpl2/configs/.env
39 B
Материалы/4/8.HandlerImpl2/configs/apiserver.toml
156 B
Материалы/4/8.HandlerImpl2/internal/app/apiserver/apiserver.go
1.79 KB
Материалы/4/8.HandlerImpl2/internal/app/apiserver/config.go
414 B
Материалы/4/8.HandlerImpl2/internal/app/apiserver/handlers.go
6.96 KB
Материалы/4/8.HandlerImpl2/internal/app/models/article.go
193 B
Материалы/4/8.HandlerImpl2/internal/app/models/user.go
158 B
Материалы/4/8.HandlerImpl2/migrations/20210322145031_create_users.down.sql
39 B
Материалы/4/8.HandlerImpl2/migrations/20210322145031_create_users.up.sql
298 B
Материалы/4/8.HandlerImpl2/store/articlerepository.go
1.86 KB
Материалы/4/8.HandlerImpl2/store/config.go
157 B
Материалы/4/8.HandlerImpl2/store/store.go
1.34 KB
Материалы/4/8.HandlerImpl2/store/userrepository.go
1.87 KB
Материалы/5/9.TaskSW/SW1.md
2.38 KB
Материалы/5/10.JWTAuth/api.postman_collection.json
3.83 KB
Материалы/5/10.JWTAuth/apiserver.exe
7.98 MB
Материалы/5/10.JWTAuth/conspect.md
8.45 KB
Материалы/5/10.JWTAuth/go.mod
645 B
Материалы/5/10.JWTAuth/go.sum
4.52 KB
Материалы/5/10.JWTAuth/cmd/apiserver/main.go
721 B
Материалы/5/10.JWTAuth/configs/.env
39 B
Материалы/5/10.JWTAuth/configs/apiserver.toml
156 B
Материалы/5/10.JWTAuth/internal/app/apiserver/apiserver.go
2.14 KB
Материалы/5/10.JWTAuth/internal/app/apiserver/config.go
410 B
Материалы/5/10.JWTAuth/internal/app/apiserver/handlers.go
10.29 KB
Материалы/5/10.JWTAuth/internal/app/middleware/middleware.go
463 B
Материалы/5/10.JWTAuth/internal/app/models/article.go
193 B
Материалы/5/10.JWTAuth/internal/app/models/user.go
158 B
Материалы/5/10.JWTAuth/migrations/20210322145031_create_users.down.sql
39 B
Материалы/5/10.JWTAuth/migrations/20210322145031_create_users.up.sql
298 B
Материалы/5/10.JWTAuth/store/articlerepository.go
1.86 KB
Материалы/5/10.JWTAuth/store/config.go
157 B
Материалы/5/10.JWTAuth/store/store.go
1.34 KB
Материалы/5/10.JWTAuth/store/userrepository.go
1.86 KB
Материалы/6/11.TFDp1/conspect.md
5.25 KB
Материалы/6/11.TFDp1/go.mod
48 B
Материалы/6/11.TFDp1/main.go
817 B
Материалы/6/11.TFDp1/main_test.go
2.56 KB
Материалы/6/11.TFDp1/TFD.postman_collection.json
1.33 KB
Материалы/6/12.GinGormAPI/conspect.md
1.18 KB
Материалы/6/12.GinGormAPI/go.mod
847 B
Материалы/6/12.GinGormAPI/go.sum
8.8 KB
Материалы/6/12.GinGormAPI/main.go
842 B
Материалы/6/12.GinGormAPI/handlers/handlers.go
1.52 KB
Материалы/6/12.GinGormAPI/helpers/helpers.go
464 B
Материалы/6/12.GinGormAPI/models/articlerepository.go
589 B
Материалы/6/12.GinGormAPI/models/scheme.go
405 B
Материалы/6/12.GinGormAPI/routers/routers.go
734 B
Материалы/6/12.GinGormAPI/storage/database.go
71 B