(ctx context.Context, req *Num)
| 5886 | return nil, status.Errorf(codes.Unimplemented, "method ShouldServe not implemented") |
| 5887 | } |
| 5888 | func (*UnimplementedZeroServer) AssignIds(ctx context.Context, req *Num) (*AssignedIds, error) { |
| 5889 | return nil, status.Errorf(codes.Unimplemented, "method AssignIds not implemented") |
| 5890 | } |
| 5891 | func (*UnimplementedZeroServer) Timestamps(ctx context.Context, req *Num) (*AssignedIds, error) { |
| 5892 | return nil, status.Errorf(codes.Unimplemented, "method Timestamps not implemented") |
| 5893 | } |
nothing calls this directly
no outgoing calls
no test coverage detected