Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiscoverRequest ¶ added in v2.40.0
type DiscoverRequest struct {
Domain string `json:"domain"`
}
type DiscoverResponse ¶ added in v2.40.0
type DiscoverResponse struct {
InviteAcceptDialog string `json:"inviteAcceptDialog"`
}
type EventOptions ¶
type EventOptions struct {
Endpoint string `mapstructure:"natsaddress"`
Cluster string `mapstructure:"natsclusterid"`
TLSInsecure bool `mapstructure:"tlsinsecure"`
TLSRootCACertificate string `mapstructure:"tlsrootcacertificate"`
EnableTLS bool `mapstructure:"enabletls"`
AuthUsername string `mapstructure:"authusername"`
AuthPassword string `mapstructure:"authpassword"`
}
EventOptions are the configurable options for events
Click to show internal directories.
Click to hide internal directories.