Documentation ¶
Index ¶
Constants ¶
View Source
const ( MinSupportedRecorderVersion = "0.6.0" MinSupportedTranscriberVersion = "0.1.0" RecordingJobPrefix = "calls-recorder" TranscribingJobPrefix = "calls-transcriber" ImageRegistryDefault = "mattermost" InputDataSiteURLKey = "site_url" )
Variables ¶
This section is empty.
Functions ¶
func RunnerIsValid ¶
Types ¶
type Config ¶
type InputData ¶ added in v0.8.0
func (InputData) GetSiteURL ¶ added in v0.8.0
func (InputData) SetSiteURL ¶ added in v0.8.0
type ServiceConfig ¶
type ServiceConfig struct {
Runners []string
}
func (ServiceConfig) IsValid ¶
func (c ServiceConfig) IsValid(registry string) error
Click to show internal directories.
Click to hide internal directories.