All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 4m45s
- 新增单卡分配/回收 API(支持 ICCID 列表、号段范围、筛选条件三种选卡方式) - 新增资产分配记录查询 API(支持多条件筛选和分页) - 新增 AssetAllocationRecord 模型、Store、Service、Handler 完整实现 - 扩展 IotCardStore 新增批量更新、号段查询、筛选查询等方法 - 修复 GORM Callback 处理 slice 类型(BatchCreate)的问题 - 新增完整的单元测试和集成测试 - 同步 OpenSpec 规范并归档 change
78 lines
891 B
Plaintext
78 lines
891 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage/
|
|
*.coverprofile
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go build cache
|
|
.cache/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
|
|
# Redis dump
|
|
dump.rdb
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Configuration overrides (keep templates)
|
|
config/local.yaml
|
|
configs/local.yaml
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Auto-generated OpenAPI documentation
|
|
/openapi.yaml
|
|
.claude/settings.local.json
|
|
cmd/api/api
|
|
2026-01-09-local-command-caveatcaveat-the-messages-below-w.txt
|
|
.gitignore
|
|
ai-gateway.conf
|
|
__debug_bin1621385388
|
|
docs/admin-openapi.yaml
|
|
/api
|
|
/gendocs
|