awsiotprotocol

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2018 License: Apache-2.0 Imports: 5 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
	Host     string
}

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 ByName

func ByName(name string) (Protocol, error)

Jump to

Keyboard shortcuts

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