Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudFlare ¶
type CloudFlare struct {
CloudFlareAPI, CloudFlareEmail, CloudFlareAPIkey, CloudFlareAPItoken string
}
type Config ¶
type Config struct { Strapi string COMHTTP []string Port map[string]string Path string Out string RPC RPClogin CF CloudFlare ApiKeys map[string]string }
Conf is the configuration for accessing bitnodes endpoint
type JDBservers ¶
Conf is the configuration for accessing bitnodes endpoint
type Logger ¶
type Logger interface { Fatal(string, ...interface{}) Error(string, ...interface{}) Warn(string, ...interface{}) Info(string, ...interface{}) Debug(string, ...interface{}) Trace(string, ...interface{}) }
Logger is a generic logger interface
Click to show internal directories.
Click to hide internal directories.