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. |