Find values of a struct that are true

后端 未结 0 1649
故里飘歌
故里飘歌 2021-02-12 17:43

I have a struct that embeds another struct.

type MatchRequest struct {
    KeyFeatures    Features `json:"key_features"`
}

type Features struct {
    A         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题