Documentation ¶
Index ¶
- type DialFunc
- type T
- func (t *T) Activate() (err error)
- func (t *T) ActiveCircuit() (r circuit.T)
- func (t *T) Circuit() (r []*relayentry.T, err error)
- func (t *T) Config() *clientcfg.C
- func (t *T) ContractInfo() *contractinfo.T
- func (t *T) CurrentPofs() []*pof.T
- func (t *T) CurrentSK() *servicekey.T
- func (t *T) GetSK(fetch bool) (*servicekey.T, error)
- func (t *T) Import(u url.URL) (ak *accesskey.T, err error)
- func (t *T) IsUpgradeable() (r bool)
- func (t *T) NewSKFromPof(skurl string, p *pof.T) (*servicekey.T, error)
- func (t *T) RefreshSK() (err error)
- func (t *T) Relays() (rs relaylist.T, err error)
- func (t *T) Reload()
- func (t *T) SaveConfig() error
- func (t *T) ServeHTTP(w http.ResponseWriter, r *http.Request)
- func (t *T) SetUpgradeable(val bool)
- func (t *T) Shutdown()
- func (t *T) Sync() (err error)
- func (t *T) WriteBypass() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
func (*T) ActiveCircuit ¶
func (*T) ContractInfo ¶
func (t *T) ContractInfo() *contractinfo.T
func (*T) CurrentPofs ¶
func (*T) CurrentSK ¶
func (t *T) CurrentSK() *servicekey.T
func (*T) IsUpgradeable ¶
func (*T) NewSKFromPof ¶
func (*T) SaveConfig ¶
func (*T) SetUpgradeable ¶
func (*T) WriteBypass ¶ added in v0.6.1
Click to show internal directories.
Click to hide internal directories.