MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / ModelTubeConfig

Struct ModelTubeConfig

admin/client/model_model_tube_config.go:23–26  ·  view source on GitHub ↗

ModelTubeConfig struct for ModelTubeConfig

Source from the content-addressed store, hash-verified

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

Callers 1

UnmarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected