Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextSourceConfig ¶
type ContextSourceConfig struct { Endpoint string `yaml:"endpoint"` Temporal TemporalInfo `yaml:"temporal"` Information []RegistrationInfo `yaml:"information"` }
func (*ContextSourceConfig) TemporalEndpoint ¶
func (cs *ContextSourceConfig) TemporalEndpoint() string
type EntityInfo ¶
type Notification ¶
type Notification struct {
Endpoint string `yaml:"endpoint"`
}
type RegistrationInfo ¶
type RegistrationInfo struct {
Entities []EntityInfo `yaml:"entities"`
}
type TemporalInfo ¶
type Tenant ¶
type Tenant struct { ID string `yaml:"id"` Name string `yaml:"name"` ContextSources []ContextSourceConfig `yaml:"contextSources"` Notifications []Notification `yaml:"notifications"` }
Click to show internal directories.
Click to hide internal directories.