mlflow-client-go/config.go

7 lines
73 B
Go

package mlflow
type Config struct {
ApiURI string
IgnoreSSL bool
}