|
Implement the client part for the logger worker.
A bit of cut and paste here, which is why we have a type
called State (all the api client endpoints are called State),
and instead of bucking the trend, I followed blindly along.
Also the
// TODO: not directly tested
lines are also in all the other client endpoints. Consistency
for the win.
Some test code is also refactored out.
https://code.launchpad.net/~thumper/juju-core/logger-api-client/+merge/185404
(do not edit description out of merge proposal)
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+457 lines, -9 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/logger/logger.go
|
View
|
|
1 chunk |
+67 lines, -0 lines |
2 comments
|
Download
|
 |
A |
state/api/logger/logger_test.go
|
View
|
|
1 chunk |
+81 lines, -0 lines |
3 comments
|
Download
|
 |
A |
state/api/logger/package_test.go
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/api/state.go
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/apiserver/logger/logger.go
|
View
|
|
1 chunk |
+91 lines, -0 lines |
1 comment
|
Download
|
 |
A |
state/apiserver/logger/logger_test.go
|
View
|
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/apiserver/logger/package_test.go
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/root.go
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/testing/agent.go
|
View
|
|
1 chunk |
+1 line, -9 lines |
0 comments
|
Download
|
 |
A |
state/testing/config.go
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4
|