mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +02:00
WIP using fixed test data
see model.go:36 onwards for fixed test data
This commit is contained in:
parent
678ceedfe1
commit
a7ae6d7503
10 changed files with 1369 additions and 894 deletions
|
@ -114,6 +114,8 @@ func listFailed(method string, config githubConfig, client *gogithub.Client, w h
|
|||
render := make([]githubBranch, len(branches))
|
||||
for kc, vb := range branches {
|
||||
render[kc] = githubBranch{
|
||||
Owner: config.Owner,
|
||||
Repo: config.Repo,
|
||||
Name: *vb.Name,
|
||||
ID: fmt.Sprintf("%s:%s:%s", config.Owner, config.Repo, *vb.Name),
|
||||
Included: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue