ConfigLogDao config-log
| 138 | |
| 139 | //ConfigLogDao config-log |
| 140 | type ConfigLogDao interface { |
| 141 | //Get get |
| 142 | Get(name string) (*configLogEntry.LogConfig, error) |
| 143 | //Set set |
| 144 | Set(ent *configLogEntry.LogConfig) error |
| 145 | } |
| 146 | |
| 147 | //BalanceUpdateDao dao-balance-update |
| 148 | type BalanceUpdateDao interface { |
nothing calls this directly
no outgoing calls
no test coverage detected