Versions in this module Expand all Collapse all v0 v0.4.0 Aug 26, 2014 Changes in this version type Config + ReplicationOptions map[string]interface{} + ReplicationType string + Timeout time.Duration + func Load(file string) (*Config, error) + func (c *Config) MarshalJSON() ([]byte, error) + func (c *Config) UnmarshalJSON(data []byte) error v0.3.1 Jul 31, 2014 Changes in this version + type Config struct + DatabaseOptions map[string]interface{} + DatabasePath string + DatabaseType string + GremlinTimeout int + ListenHost string + ListenPort string + LoadSize int + ReadOnly bool v0.3.0 Jun 28, 2014 Changes in this version + type CayleyConfig struct + DatabaseOptions map[string]interface{} + DatabasePath string + DatabaseType string + GremlinTimeout int + ListenHost string + ListenPort string + LoadSize int + ReadOnly bool + func ParseConfigFromFile(filename string) *CayleyConfig + func ParseConfigFromFlagsAndFile(fileFlag string) *CayleyConfig