Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Token string InstanceName string StatMu tillclient.InstanceStatMutex ProxyURLs = []string{} ProxyCount = 0 DBPath string Interceptions []interceptions.Interception CacheConfig cache.Config LoggerConfig logger.Config SessionsConfig sessions.Config )
Functions ¶
Types ¶
type ProxyServer ¶ added in v0.5.0
type ProxyServer struct {
// contains filtered or unexported fields
}
func NewProxyServer ¶ added in v0.5.0
func NewProxyServer(port string, i *tillclient.Instance) (s *ProxyServer, err error)
func (*ProxyServer) ListenAndServe ¶ added in v0.5.0
func (s *ProxyServer) ListenAndServe()
type UIServer ¶ added in v0.7.6
type UIServer struct {
// contains filtered or unexported fields
}
func NewUIServer ¶ added in v0.7.6
func NewUIServer(port string, i *tillclient.Instance) (s *UIServer, err error)
func (*UIServer) ListenAndServe ¶ added in v0.7.6
func (s *UIServer) ListenAndServe()
Click to show internal directories.
Click to hide internal directories.