Harshavardhana
|
778f8cd222
|
Add new rpc tests for Server.Add and Server.List, improve Version.Get RPC to provide more details
|
2015-09-18 17:44:46 -07:00 |
|
Harshavardhana
|
b4ce1e8c1d
|
Add missing reply.Name and add possible failure tests
|
2015-09-18 03:15:19 -07:00 |
|
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
|
2015-09-18 03:02:39 -07:00 |
|
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.
|
2015-09-17 18:53:42 -07:00 |
|
Krishna Srinivas
|
c49407ced4
|
rename rpc/server.go -> rpc/rpc.go. rpc/server.go will accomodate ServerService
|
2015-09-17 15:46:51 -07:00 |
|
Harshavardhana
|
3f4b98ca4c
|
Consolidate controller, move rpc package into controller - remove dangling code in pkg/server
|
2015-09-15 19:38:36 -07:00 |
|