Versions in this module Expand all Collapse all v1 v1.2.4 Feb 14, 2019 v1.2.3 Feb 6, 2019 v1.2.2 Jan 8, 2019 v1.2.1 Dec 5, 2018 v1.2.1-rc.0 Nov 21, 2018 v1.2.0 Oct 24, 2018 Changes in this version + func LoadConfig(path string, v *Config) error + type CgroupConfig struct + Path string + type Config struct + Cgroup CgroupConfig + Debug Debug + DisabledPlugins []string + GRPC GRPCConfig + Metrics MetricsConfig + OOMScore int + Plugins map[string]toml.Primitive + ProxyPlugins map[string]ProxyPlugin + Root string + State string + func (c *Config) Decode(id string, v interface{}) (interface{}, error) + type Debug struct + Address string + GID int + Level string + UID int + type GRPCConfig struct + Address string + GID int + MaxRecvMsgSize int + MaxSendMsgSize int + UID int + type MetricsConfig struct + Address string + GRPCHistogram bool + type ProxyPlugin struct + Address string + Type string