修改 changeFile->changedFile

This commit is contained in:
dengsgo
2019-01-03 09:56:26 +08:00
parent 3ffa24d4fa
commit 4f6d1bd68c
4 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ func newNetNotifier(callUrl string) *NetNotifier {
}
}
func (n *NetNotifier) Put(cf *changeFile) {
func (n *NetNotifier) Put(cf *changedFile) {
if !n.CanPost {
log.Println("notifier call url ignore. ", n.CallUrl)
return