Commit 07a8d450 authored by Angela Nguyen's avatar Angela Nguyen
Browse files

feat: add GetDefaultBranch to github mock

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -47,6 +47,10 @@ func (s svc) GetCommit(ctx context.Context, ref *github.RemoteRef) (*github.Comm
panic("implement me")
}
func (s svc) GetDefaultBranch(ctx context.Context, ref *github.RemoteRef) (string, error) {
panic("implement me")
}
func NewAsService(*any.Any, *zap.Logger, tally.Scope) (service.Service, error) {
return New(), nil
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment