Versions in this module Expand all Collapse all v1 v1.0.0 Feb 27, 2020 Changes in this version + var ErrNotSupported = errors.New("meek_lite: operation not supported") + type Transport struct + func (t *Transport) ClientFactory(stateDir string) (base.ClientFactory, error) + func (t *Transport) Name() string + func (t *Transport) ServerFactory(stateDir string, args *pt.Args) (base.ServerFactory, error)