refImpl

package
v1.0.0-rc.12 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2020 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 {
	Service          service.Config
	Dial             certManager.Config    `envconfig:"DIAL"`
	Listen           certManager.OcfConfig `envconfig:"LISTEN"`
	ListenWithoutTLS bool                  `envconfig:"LISTEN_WITHOUT_TLS"`
	Log              log.Config            `envconfig:"LOG"`
}

func (Config) String

func (c Config) String() string

String return string representation of Config

type RefImpl

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

func Init

func Init(config Config) (*RefImpl, error)

Init creates reference implementation for coap-gateway with default authorization interceptor.

func (*RefImpl) Serve

func (r *RefImpl) Serve() error

Serve starts handling coap requests.

func (*RefImpl) Shutdown

func (r *RefImpl) Shutdown() error

Shutdown shutdowns the service.

Jump to

Keyboard shortcuts

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