 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( DefaultPath string DefaultUnixAdminPath = "/run/soju/admin" )
Functions ¶
This section is empty.
Types ¶
type FileUpload ¶
type FileUpload struct {
	Driver, Source string
}
    type Server ¶
type Server struct {
	Listen   []string
	TLS      *TLS
	Hostname string
	Title    string
	MOTDPath string
	DB         DB
	MsgStore   MsgStore
	Auth       []Auth
	FileUpload *FileUpload
	HTTPOrigins    []string
	HTTPIngress    string
	AcceptProxyIPs IPSet
	MaxUserNetworks           int
	UpstreamUserIPs           []*net.IPNet
	DisableInactiveUsersDelay time.Duration
	EnableUsersOnAuth         bool
}
     Click to show internal directories. 
   Click to hide internal directories.