Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClaims ¶
type AuthClaims struct {
Email string `json:"email"`
jwt.RegisteredClaims
}
type Config ¶
type Config struct {
Mode AppMode
DB ConfigDB
MQTT ConfigMQTT
HTTP ConfigHTTP
Auth ConfigAuth
}
type ConfigAuth ¶
type ConfigAuth struct {
JWTSecretKey string
}
type ConfigHTTP ¶
type ConfigMQTT ¶
Click to show internal directories.
Click to hide internal directories.