Documentation
¶
Index ¶
Constants ¶
View Source
const ( MemoryBrokerImage = "gcr.io/triggermesh/memory-broker" RedisBrokerImage = "gcr.io/triggermesh/redis-broker" // TriggerMesh DockerHub Registry DockerRegistry = "triggermesh" )
Variables ¶
This section is empty.
Functions ¶
func HomeAbsPath ¶
func HomeAbsPath() string
Types ¶
type BrokerConfig ¶
type BrokerConfig struct {
Image string `yaml:"image,omitempty"` // deprecated
Version string `yaml:"version"`
Memory *InMemoryBrokerConfig `yaml:"memory,omitempty"`
Redis *RedisBrokerConfig `yaml:"redis,omitempty"`
// for Windows only
ConfigPollingPeriod string `yaml:"config-polling-period,omitempty"`
}
type Config ¶
type InMemoryBrokerConfig ¶
type RedisBrokerConfig ¶
type TmConfig ¶
type TmConfig struct {
ComponentsVersion string `yaml:"version"`
Broker BrokerConfig `yaml:"broker"`
}
Click to show internal directories.
Click to hide internal directories.