7 lines
73 B
Go
7 lines
73 B
Go
|
package mlflow
|
||
|
|
||
|
type Config struct {
|
||
|
ApiURI string
|
||
|
IgnoreSSL bool
|
||
|
}
|