|
api/uniter: Skeleton of remaining calls/objects
This adds all needed modules for the complete
uniter client-side API, except for the RelationUnitsWatcher,
which will come later.
No tests, almost no implementation, just TODOs
and method signatures to help with whoever
picks it up while I'm away.
As a follow-up I'll start implementing the
rest of the uniter.Unit calls.
https://code.launchpad.net/~dimitern/juju-core/107-api-uniter-skeleton/+merge/180893
(do not edit description out of merge proposal)
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+581 lines, -6 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/charm.go
|
View
|
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/endpoint.go
|
View
|
1
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/environ.go
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/relation.go
|
View
|
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/relationunit.go
|
View
|
1
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/service.go
|
View
|
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/uniter/settings.go
|
View
|
1
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/api/uniter/unit.go
|
View
|
1
|
4 chunks |
+169 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/api/uniter/uniter.go
|
View
|
|
3 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/api/uniter/uniter_test.go
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 3
|