json

package
v0.14.3 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2015 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	PortValue            uint16                         `json:"port"` // Port of this Point server.
	LogConfigValue       *LogConfig                     `json:"log"`
	RouterConfigValue    *routerconfigjson.RouterConfig `json:"routing"`
	InboundConfigValue   *ConnectionConfig              `json:"inbound"`
	OutboundConfigValue  *ConnectionConfig              `json:"outbound"`
	InboundDetoursValue  []*InboundDetourConfig         `json:"inboundDetour"`
	OutboundDetoursValue []*OutboundDetourConfig        `json:"outboundDetour"`
}

Config is the config for Point server.

func LoadConfig

func LoadConfig(file string) (*Config, error)

func (*Config) InboundConfig

func (config *Config) InboundConfig() config.ConnectionConfig

func (*Config) InboundDetours

func (this *Config) InboundDetours() []config.InboundDetourConfig

func (*Config) LogConfig

func (config *Config) LogConfig() config.LogConfig

func (*Config) OutboundConfig

func (config *Config) OutboundConfig() config.ConnectionConfig

func (*Config) OutboundDetours

func (this *Config) OutboundDetours() []config.OutboundDetourConfig

func (*Config) Port

func (config *Config) Port() uint16

func (*Config) RouterConfig

func (this *Config) RouterConfig() routerconfig.RouterConfig

type ConnectionConfig

type ConnectionConfig struct {
	ProtocolString  string           `json:"protocol"`
	SettingsMessage json.RawMessage  `json:"settings"`
	Type            proxyconfig.Type `json:"-"`
}

func (*ConnectionConfig) Protocol

func (c *ConnectionConfig) Protocol() string

func (*ConnectionConfig) Settings

func (c *ConnectionConfig) Settings() interface{}

type InboundDetourConfig

type InboundDetourConfig struct {
	ProtocolValue  string               `json:"protocol"`
	PortRangeValue *v2netjson.PortRange `json:"port"`
	SettingsValue  json.RawMessage      `json:"settings"`
}

func (*InboundDetourConfig) PortRange

func (this *InboundDetourConfig) PortRange() v2net.PortRange

func (*InboundDetourConfig) Protocol

func (this *InboundDetourConfig) Protocol() string

func (*InboundDetourConfig) Settings

func (this *InboundDetourConfig) Settings() interface{}

type LogConfig

type LogConfig struct {
	AccessLogValue string `json:"access"`
}

func (*LogConfig) AccessLog

func (config *LogConfig) AccessLog() string

type OutboundDetourConfig

type OutboundDetourConfig struct {
	ProtocolValue string          `json:"protocol"`
	TagValue      string          `json:"tag"`
	SettingsValue json.RawMessage `json:"settings"`
}

func (*OutboundDetourConfig) Protocol

func (this *OutboundDetourConfig) Protocol() string

func (*OutboundDetourConfig) Settings

func (this *OutboundDetourConfig) Settings() interface{}

func (*OutboundDetourConfig) Tag

Jump to

Keyboard shortcuts

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