Anand Babu (AB) Periasamy
|
89a86948b5
|
new version format and some cleanup
|
9 years ago |
Harshavardhana
|
778f8cd222
|
Add new rpc tests for Server.Add and Server.List, improve Version.Get RPC to provide more details
|
9 years ago |
Harshavardhana
|
b4ce1e8c1d
|
Add missing reply.Name and add possible failure tests
|
9 years ago |
Harshavardhana
|
f8bb85aeb7
|
Enhance auth JSONRPC, now provides persistent output
Implements
- Auth.Generate("user")
- Auth.Fetch("user")
- Auth.Reset("user")
This patch also adds testing for each of these cases
|
9 years ago |
Harshavardhana
|
1887114444
|
Fix all the golint complaints about newly added changes
Do not use func(this *server), such generic names should not be used
for writing struct methods.
|
9 years ago |
Krishna Srinivas
|
c49407ced4
|
rename rpc/server.go -> rpc/rpc.go. rpc/server.go will accomodate ServerService
|
9 years ago |
Harshavardhana
|
3f4b98ca4c
|
Consolidate controller, move rpc package into controller - remove dangling code in pkg/server
|
9 years ago |