Documentation ¶ Index ¶ Constants func Execute() type Config type ProxyConfig Constants ¶ View Source const EnvPrefix = "MR" Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd. Types ¶ type Config ¶ type Config struct { DbFile string `mapstructure:"db-file" yaml:"db-file"` Hostname string `mapstructure:"hostname" yaml:"hostname"` Port int `mapstructure:"port" yaml:"port"` LibraryDirs []string `mapstructure:"metadata-library-dir" yaml:"metadata-library-dir"` } type ProxyConfig ¶ type ProxyConfig struct { MLMDHostname string MLMDPort int } Source Files ¶ View all Source files config.go proxy.go root.go Directories ¶ Show internal Expand all Path Synopsis csi Click to show internal directories. Click to hide internal directories.