more code comments!

This commit is contained in:
kim 2025-04-24 11:24:10 +01:00
commit 6c1d0e00eb

View file

@ -91,6 +91,8 @@ type nollamas struct {
ttl time.Duration
diff uint8
// extra fields required for
// our template rendering.
getInstanceV1 func(ctx context.Context) (*apimodel.InstanceV1, gtserror.WithCode)
}