(ctxUser, ctxMessage string)
| 234 | } |
| 235 | |
| 236 | func (s *SQL) Save(ctxUser, ctxMessage string) error { |
| 237 | return nil |
| 238 | } |
| 239 | |
| 240 | func (s *SQL) Watch(oo ...watch.WatchOption) (watch.Receiver, error) { |
| 241 | opts := &watch.WatchOptions{} |
nothing calls this directly
no outgoing calls
no test coverage detected