 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
	// Port defines server port
	Port string
	// CertFile server certificate path
	CertFile string
	// KeyFile server key path
	KeyFile string
	// CacheTTL
	CacheTTL string
}
    Config holds details necessary for app.
 Click to show internal directories. 
   Click to hide internal directories.