Documentation ¶
Index ¶
- func ParseBoxSubscription(ctx context.Context, content string) ([]option.Outbound, error)
- func ParseClashSubscription(_ context.Context, content string) ([]option.Outbound, error)
- func ParseRawSubscription(_ context.Context, content string) ([]option.Outbound, error)
- func ParseSIP008Subscription(_ context.Context, content string) ([]option.Outbound, error)
- func ParseShadowsocksLink(link string) (option.Outbound, error)
- func ParseSubscription(ctx context.Context, 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 ParseBoxSubscription ¶
func ParseClashSubscription ¶
func ParseRawSubscription ¶
func ParseSIP008Subscription ¶
func ParseSubscription ¶
Types ¶
type ShadowsocksDocument ¶
type ShadowsocksDocument struct { Version int `json:"version"` Servers []ShadowsocksServerDocument `json:"servers"` }
Click to show internal directories.
Click to hide internal directories.