This commit is contained in:
cdle
2023-06-28 23:52:53 +08:00
parent bae0e14898
commit b6e4c180c3
5 changed files with 94 additions and 9 deletions
+1
View File
@@ -44,6 +44,7 @@ type Final struct {
Now string
Message string
Error error
EndFunc func()
}
func Watch(bucket Bucket, key interface{}, handle func(old string, new string, key string) *Final, uuid ...string) {