json

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2015 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChinaIPRule

type ChinaIPRule struct {
	Rule
}

func (*ChinaIPRule) Apply

func (this *ChinaIPRule) Apply(dest v2net.Destination) bool

type DomainMatcher

type DomainMatcher interface {
	Match(domain string) bool
}

type FieldRule

type FieldRule struct {
	Rule
	Domain  []DomainMatcher
	IP      []*net.IPNet
	Port    v2net.PortRange
	Network v2net.NetworkList
}

func (*FieldRule) Apply

func (this *FieldRule) Apply(dest v2net.Destination) bool

func (*FieldRule) UnmarshalJSON

func (this *FieldRule) UnmarshalJSON(data []byte) error

type PlainDomainMatcher

type PlainDomainMatcher struct {
	// contains filtered or unexported fields
}

func NewPlainDomainMatcher

func NewPlainDomainMatcher(pattern string) *PlainDomainMatcher

func (*PlainDomainMatcher) Match

func (this *PlainDomainMatcher) Match(domain string) bool

type RegexpDomainMatcher

type RegexpDomainMatcher struct {
	// contains filtered or unexported fields
}

func NewRegexpDomainMatcher

func NewRegexpDomainMatcher(pattern string) (*RegexpDomainMatcher, error)

func (*RegexpDomainMatcher) Match

func (this *RegexpDomainMatcher) Match(domain string) bool

type RouterRuleConfig

type RouterRuleConfig struct {
	RuleList []json.RawMessage `json:"rules"`
}

func (*RouterRuleConfig) Rules

func (this *RouterRuleConfig) Rules() []rules.Rule

type Rule

type Rule struct {
	Type        string `json:"type"`
	OutboundTag string `json:"outboundTag"`
}

func (*Rule) Apply

func (this *Rule) Apply(dest v2net.Destination) bool

func (*Rule) Tag

func (this *Rule) Tag() string

type StringList

type StringList []string

func NewStringList

func NewStringList(str ...string) *StringList

func (*StringList) Len

func (this *StringList) Len() int

func (*StringList) UnmarshalJSON

func (this *StringList) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL