Documentation ¶
Overview ¶
Copyright (c) Abstract Machines SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseServer ¶
type Config ¶
type Config struct { Host string `env:"HOST" envDefault:"localhost"` Port string `env:"PORT" envDefault:""` CertFile string `env:"SERVER_CERT" envDefault:""` KeyFile string `env:"SERVER_KEY" envDefault:""` ServerCAFile string `env:"SERVER_CA_CERTS" envDefault:""` ClientCAFile string `env:"CLIENT_CA_CERTS" envDefault:""` }
Directories ¶
Path | Synopsis |
---|---|
Package coap contains the CoAP server implementation.
|
Package coap contains the CoAP server implementation. |
Package grpc contains the gRPC server implementation.
|
Package grpc contains the gRPC server implementation. |
Package http contains the HTTP server implementation.
|
Package http contains the HTTP server implementation. |
Click to show internal directories.
Click to hide internal directories.