Documentation ¶
Index ¶
- func ParseBoxSubscription(content string) ([]option.Outbound, error)
- func ParseClashSubscription(content string) ([]option.Outbound, error)
- func ParseRawSubscription(content string) ([]option.Outbound, error)
- func ParseSIP008Subscription(content string) ([]option.Outbound, error)
- func ParseShadowsocksLink(link string) (option.Outbound, error)
- func ParseSubscription(content string) ([]option.Outbound, error)
- func ParseSubscriptionLink(link string) (option.Outbound, error)
- type ShadowsocksDocument
- type ShadowsocksServerDocument
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseClashSubscription ¶
func ParseSIP008Subscription ¶
Types ¶
type ShadowsocksDocument ¶
type ShadowsocksDocument struct { Version int `json:"version"` Servers []ShadowsocksServerDocument `json:"servers"` }
Click to show internal directories.
Click to hide internal directories.