Documentation ¶
Index ¶
- func GetIsRunning() bool
- func GetV2RayPoint(s VPNServiceSupportsSet, t Tun2socksServiceSupportsSet, ...)
- func QueryStats(title string, tag string, direct string) (int64, error)
- func Start() error
- func Stop() error
- func TestConfig(configFileContent string) (*v2core.Config, error)
- func Version() string
- type Tun2socksServiceSupportsSet
- type V2RayPoint
- type V2RayServiceSupportsSet
- type V2RayServiceSupportsStruct
- type VPNServiceSupportsSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIsRunning ¶
func GetIsRunning() bool
func GetV2RayPoint ¶
func GetV2RayPoint(s VPNServiceSupportsSet, t Tun2socksServiceSupportsSet, r V2RayServiceSupportsSet)
Types ¶
type V2RayPoint ¶
type V2RayPoint struct { V2RaySupportSet V2RayServiceSupportsStruct Tun2socksSupportSet Tun2socksServiceSupportsSet VPNSupportSet VPNServiceSupportsSet // contains filtered or unexported fields }
func NewV2RayPoint ¶
func NewV2RayPoint(s VPNServiceSupportsSet, t Tun2socksServiceSupportsSet, r V2RayServiceSupportsSet) *V2RayPoint
func (*V2RayPoint) GetIsRunning ¶
func (v *V2RayPoint) GetIsRunning() bool
func (*V2RayPoint) QueryStats ¶
func (*V2RayPoint) Start ¶
func (v *V2RayPoint) Start() (err error)
func (*V2RayPoint) Stop ¶
func (v *V2RayPoint) Stop() (err error)
type V2RayServiceSupportsSet ¶
type V2RayServiceSupportsStruct ¶
type V2RayServiceSupportsStruct struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.