Signed-off-by: oppiliappan me@oppi.li
+30
api/tangled/reposetDefaultBranch.go
+30
api/tangled/reposetDefaultBranch.go
···+// RepoSetDefaultBranch_Input is the input argument to a sh.tangled.repo.setDefaultBranch call.+func RepoSetDefaultBranch(ctx context.Context, c util.LexClient, input *RepoSetDefaultBranch_Input) error {+if err := c.LexDo(ctx, util.Procedure, "application/json", "sh.tangled.repo.setDefaultBranch", nil, input, nil); err != nil {
+29
lexicons/defaultBranch.json
+29
lexicons/defaultBranch.json
···