transport_teleport

package
v0.0.0-...-61829c1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServeTeleport

type ServeTeleport struct {
	Network            string        `conf:"env"`
	IP                 string        `conf:"env"`
	Port               uint16        `conf:"env"`
	DefaultDialTimeout time.Duration `conf:"env"`
	RedialTimes        int32         `conf:"env"`
	RedialInterval     time.Duration `conf:"env"`
	DefaultBodyCodec   string        `conf:"env"`
	DefaultSessionAge  time.Duration `conf:"env"`
	DefaultContextAge  time.Duration `conf:"env"`
	SlowCometDuration  time.Duration `conf:"env"`
	PrintDetail        bool          `conf:"env"`
	CountTime          bool          `conf:"env"`
	Plugins            []tp.Plugin   `conf:"-"`
	// contains filtered or unexported fields
}

func (*ServeTeleport) DockerDefaults

func (s *ServeTeleport) DockerDefaults() conf.DockerDefaults

func (*ServeTeleport) Init

func (s *ServeTeleport) Init()

func (ServeTeleport) MarshalDefaults

func (s ServeTeleport) MarshalDefaults(v interface{})

func (*ServeTeleport) RegisterCallRouter

func (s *ServeTeleport) RegisterCallRouter(route interface{}, plugins ...tp.Plugin) []string

func (*ServeTeleport) RegisterPushRouter

func (s *ServeTeleport) RegisterPushRouter(route interface{}, plugins ...tp.Plugin) []string

func (*ServeTeleport) Start

func (s *ServeTeleport) Start() error

func (*ServeTeleport) Stop

func (s *ServeTeleport) Stop() error

Jump to

Keyboard shortcuts

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