ModelTubeConfig struct for ModelTubeConfig
| 21 | |
| 22 | // ModelTubeConfig struct for ModelTubeConfig |
| 23 | type ModelTubeConfig struct { |
| 24 | Config map[string]interface{} `json:"config,omitempty"` |
| 25 | Type string `json:"type"` |
| 26 | } |
| 27 | |
| 28 | type _ModelTubeConfig ModelTubeConfig |
| 29 |