Some API fixes
This commit is contained in:
@ -123,12 +123,12 @@ type Bus struct {
|
||||
}
|
||||
|
||||
// Listeners .
|
||||
type Listener struct {
|
||||
ID string
|
||||
Port int `json:"port" yaml:"port"`
|
||||
Cert string `json:"cert,omitempty" yaml:"cert,omitempty"`
|
||||
PKey string `json:"pkey,omitempty" yaml:"pkey,omitempty"`
|
||||
}
|
||||
// type Listener struct {
|
||||
// ID string
|
||||
// Port int `json:"port" yaml:"port"`
|
||||
// Cert string `json:"cert,omitempty" yaml:"cert,omitempty"`
|
||||
// PKey string `json:"pkey,omitempty" yaml:"pkey,omitempty"`
|
||||
// }
|
||||
|
||||
// Logging .
|
||||
type Logging struct {
|
||||
|
Reference in New Issue
Block a user