(context.Context, *mcq.Query)
| 54 | Get(id string) (*pb.Statement, error) |
| 55 | Query(*mcq.Query) ([]interface{}, error) |
| 56 | QueryStream(context.Context, *mcq.Query) (<-chan interface{}, error) |
| 57 | QueryOne(*mcq.Query) (interface{}, error) |
| 58 | Merge(*pb.Statement) (bool, error) |
| 59 | MergeBatch([]*pb.Statement) (int, error) |
no outgoing calls
no test coverage detected