reorder
This commit is contained in:
		| @@ -14,8 +14,8 @@ var ( | |||||||
| // Source is the source from which config is loaded | // Source is the source from which config is loaded | ||||||
| type Source interface { | type Source interface { | ||||||
| 	Read() (*ChangeSet, error) | 	Read() (*ChangeSet, error) | ||||||
| 	Watch() (Watcher, error) |  | ||||||
| 	Write(*ChangeSet) error | 	Write(*ChangeSet) error | ||||||
|  | 	Watch() (Watcher, error) | ||||||
| 	String() string | 	String() string | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user