package domain import "gitea.qpismont.fr/qpismont/trepa/internal/core" type VariableService interface { GetVariable(name string) (*Variable, *core.HTTPError) }