TableName ...
()
| 59 | |
| 60 | // TableName ... |
| 61 | func (RssSource) TableName() string { |
| 62 | return tableNameRssSource |
| 63 | } |
| 64 | |
| 65 | // IfNeedUpdate ... |
| 66 | func (r RssSource) IfNeedUpdate(cmp *RssSource) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected