package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: May 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Broker struct {
URL string `config:"url"`
Topic string `config:"topic"`
}
type Config struct {
ID string `config:"id"`
Addr string `config:"addr"`
JwksURL string `config:"jwks_url"`
Broker Broker `config:"broker"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.