package domain type VariableRepository interface { FetchOneByName(name string) (*Variable, error) }