文件名称:framework:[已弃用]
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-07 18:14:49
Go
框架 框架为在多个项目中使用的服务提供了抽象。 服务 可配置标准简化了创建配置容器的方式。 数据库包提供对SQL数据库的访问。 队列提供对消息代理的访问。 发展 使用以下命令运行测试: go test -v ./... 测试需要运行以下服务: PostgreSQL docker run --name test-postgres -e POSTGRES_PASSWORD=testing -p 5432:5432 -e POSTGRES_USER=testing 兔子MQ docker run --hostname rabbit --name rabbit -p 8080:15672 -p 5672:5672 rabbitmq:3-management 他们还需要PATH存在的etcd二进制文件。 执照 根据Apache License Version 2.0的条款获得许可。
【文件预览】:
framework-master
----MAINTAINERS(52B)
----.travis.yml(564B)
----lock()
--------local.go(3KB)
--------etcd_linux_test.go(938B)
--------etcd_test.go(6KB)
--------common.go(3KB)
--------local_test.go(1KB)
--------common_test.go(7KB)
--------etcd.go(5KB)
----database()
--------doc.go(114B)
--------database_test.go(3KB)
--------database.go(5KB)
----LICENSE(11KB)
----configurable()
--------configurable.go(370B)
--------doc.go(101B)
--------config_test.go(348B)
--------configurable_test.go(2KB)
--------config.go(321B)
----.gitignore(296B)
----Makefile(290B)
----README.md(1KB)
----DCO(1KB)
----queue()
--------job.go(3KB)
--------memory_test.go(1KB)
--------memory.go(3KB)
--------common.go(3KB)
--------common_test.go(11KB)
--------amqp_test.go(4KB)
--------amqp.go(11KB)