eantyshev commented on code in PR #23419:
URL: https://github.com/apache/beam/pull/23419#discussion_r983606478


##########
learning/tour-of-beam/backend/internal/fs_content/load.go:
##########
@@ -38,50 +38,34 @@ const (
 )
 
 type learningPathInfo struct {
-       Sdk     string
+       Sdk     string   `yaml:"sdk"`
        Content []string `yaml:"content"`
 }
 
 type learningModuleInfo struct {
-       Id         string
-       Name       string
-       Complexity string
+       Id         string   `yaml:"id"`
+       Name       string   `yaml:"name"`
+       Complexity string   `yaml:"complexity"`

Review Comment:
   It worked, but now we set yaml tags to make this code explicit



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to