DocumentUpdateRuleBuildNoAuto creates a rule for no automatic updates
()
| 391 | |
| 392 | // DocumentUpdateRuleBuildNoAuto creates a rule for no automatic updates |
| 393 | func DocumentUpdateRuleBuildNoAuto() *DocumentUpdateRule { |
| 394 | return &DocumentUpdateRule{ |
| 395 | UpdateType: DocumentUpdateTypeNoAutoUpdate, |
| 396 | } |
| 397 | } |
| 398 | |
| 399 | // DocumentUpdateRuleBuildAutoUpdate creates a rule for automatic updates with specified interval |
| 400 | func DocumentUpdateRuleBuildAutoUpdate(interval int) *DocumentUpdateRule { |
no outgoing calls