pathway:用Go编写的基于路径的API服务器

时间:2024-06-07 01:10:35
【文件属性】:

文件名称:pathway:用Go编写的基于路径的API服务器

文件大小:44KB

文件格式:ZIP

更新时间:2024-06-07 01:10:35

Go

path-用Go编写的基于路径的API服务器 参见文章。 构建并运行 go build ./pathway 测试方法调用 curl -H "Content-Type: application/json" \ -d '{"test": 1}' http://0.0.0.0:4000/api/echo/message 增加服务 提供了一个示例EchoService(echo_service.go)。 真实服务可以直接与其他API或数据库服务对话。 这是一个身份验证代理,如下所示: type LoginCredentials struct { email *string `json:"email"` password *string `json:"passsword"` } func (s *AccountsService) Login( ctx context.C


【文件预览】:
pathway-master
----Gopkg.toml(725B)
----.gitignore(192B)
----LICENSE(1KB)
----idiomatic.go(4KB)
----idiomatic_test.go(2KB)
----echo_service.go(299B)
----example_test.go(1KB)
----README.md(2KB)
----gateway.go(2KB)
----vendor()
--------github.com()
----client.go(4KB)
----Gopkg.lock(578B)

网友评论