awsiotprotocol

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2018 License: Apache-2.0 Imports: 8 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 {
	KeyPath  string
	CertPath string
	CaPath   string
	ClientId string
	Url      string
}

type MockProtocol added in v1.2.0

type MockProtocol struct {
}

func (MockProtocol) Name added in v1.2.0

func (s MockProtocol) Name() string

func (MockProtocol) NewClientOptions added in v1.2.0

func (s MockProtocol) NewClientOptions(opt *Config) (*mqtt.ClientOptions, error)

type Mqtts

type Mqtts struct {
}

func (Mqtts) Name

func (s Mqtts) Name() string

func (Mqtts) NewClientOptions

func (s Mqtts) NewClientOptions(opt *Config) (*mqtt.ClientOptions, error)

type Protocol

type Protocol interface {
	Name() string
	NewClientOptions(opt *Config) (*mqtt.ClientOptions, error)
}

func ByUrl added in v1.1.0

func ByUrl(u string) (Protocol, error)

type Wss added in v1.1.0

type Wss struct {
}

func (Wss) Name added in v1.1.0

func (s Wss) Name() string

func (Wss) NewClientOptions added in v1.1.0

func (s Wss) NewClientOptions(opt *Config) (*mqtt.ClientOptions, error)

Jump to

Keyboard shortcuts

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