Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FR = lang(language.French) EN = lang(language.AmericanEnglish) )
Supported API language
View Source
var ( AppCreated = &Message{trad{FR: "L'application %s a été créée avec succès", EN: "Application %s successfully created"}, nil} PipelineCreated = &Message{trad{FR: "Le pipeline %s a été créé avec succès", EN: "Pipeline %s successfully created"}, nil} PipelineExists = &Message{trad{FR: "Le pipeline %s existe déjà", EN: "Pipeline %s already exist"}, nil} PipelineAttached = &Message{trad{FR: "Le pipeline %s a été attaché à l'application %s", EN: "Pipeline %s has been attached to application %s"}, nil} PipelineTriggerCreated = &Message{trad{FR: "Le trigger du pipeline %s de l'application %s vers le pipeline %s l'application %s a été créé avec succès", EN: "Trigger from pipeline %s of application %s to pipeline %s attached to application %s successfully created"}, nil} AppGroupInheritPermission = &Message{trad{FR: "Les permissions du projet sont appliquées sur l'application %s", EN: "Application %s inherits project permissions"}, nil} AppGroupSetPermission = &Message{trad{FR: "Permission accordée au groupe %s sur l'application %s", EN: "Permission applied to group %s to application %s"}, nil} AppVariablesCreated = &Message{trad{FR: "Les variables ont été ajoutées avec succès sur l'application %s", EN: "Application variable for %s are successfully created"}, nil} HookCreated = &Message{trad{FR: "Hook créé sur le depôt %s vers le pipeline %s", EN: "Hook created on repository %s to pipeline %s"}, nil} EnvironmentExists = &Message{trad{FR: "L'environnement %s existe déjà", EN: "Environment %s already exist"}, nil} EnvironmentCreated = &Message{trad{FR: "L'environnement %s a été créé avec succès", EN: "Environment %s successfully created"}, nil} )
Message list
View Source
var ( SupportedLanguages = []language.Tag{ language.AmericanEnglish, language.French, } )
SupportedLanguages on API errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.