Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string Scheme string Port int PemPath, KeyPath string StorePath string FileName string Verbose bool ForceSave bool DynamoFileName bool URL *url.URL // This option provides deleting records which weren't requested during tests. SessionMode bool //If NoUseDomain is true proxy don't use domain name and port for storing data. //So you may use it for test with different servers. NoUseDomain bool // If NoUseUserData is true proxy don't use user's name for storing data. // So you may use it for test with different user. NoUseUserData bool // Saver and reader Keeper plugins.IPlugin // SetLogger switches the plugin to debug mode and the plugin should print the filename and key. // Returns error if this mode is not supported. Logger plugins.ILogger }
Click to show internal directories.
Click to hide internal directories.