Update for comments.

This commit is contained in:
Danny Adams 2023-01-06 10:00:47 -05:00
parent 6dedf1807c
commit 5f3d9266a3

View File

@ -341,7 +341,8 @@ func getModTime(mt modTimer) time.Time {
// responses into data.Stream items contained within the Collection
type GraphSerializeFunc func(
ctx context.Context,
service *graph.Service, // TODO: Keepers: Not sure how to have the interface use Serialize without updating all the files.
// TODO: Keepers: Not sure how to have the interface use Serialize without updating all the files.
service *graph.Service,
dataChannel chan<- data.Stream,
parsable absser.Parsable,
user string,