Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3096)

Unified Diff: state/state.go

Issue 7644043: Implement a SetAnnotations API call.
Patch Set: Implement a SetAnnotations API call. Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/service_test.go ('k') | state/unit_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/state.go
=== modified file 'state/state.go'
--- state/state.go 2013-03-20 19:43:36 +0000
+++ state/state.go 2013-03-21 09:32:47 +0000
@@ -293,7 +293,7 @@
type Annotator interface {
Annotation(key string) (string, error)
Annotations() (map[string]string, error)
- SetAnnotation(key, value string) error
+ SetAnnotations(pairs map[string]string) error
}
// Authenticator attempts to return an Authenticator with the given name.
« no previous file with comments | « state/service_test.go ('k') | state/unit_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b