package gitpb func (repo *Repo) SetReadOnly(b bool) { repo.ReadOnly = b } func (repo *Repo) SetTargetVersion(target string) { repo.TargetVersion = target } func (repo *Repo) SetMasterBranchName(s string) { repo.MasterBranchName = s }