zrhoffman edited a comment on pull request #4971:
URL: https://github.com/apache/trafficcontrol/pull/4971#issuecomment-681170503
Some functions are missing after this PR
```bash
comm -23 \
<(git show 55b3b03451 | grep '^-func ' | sed 's/^.*Session)
\([A-Za-z0-9]\+\).*/\1/i' | sort) \
<(git show 55b3b03451 | grep '^+func ' | sed 's/^.*Session)
\([A-Za-z0-9]\+\).*/\1/i' | sort)
```
Output:
```
GetDeliveryServicesByServerV30
GetDeliveryServicesV30
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]