Documentation
¶
Overview ¶
Package cmd parses command line args and runs the corresponding use-case.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type InternalRunner ¶
type InternalRunner struct {
CommitUseCase commit.Interface
ForkCommitUseCase forkcommit.Interface
PullRequestUseCase pullrequest.Interface
ReleaseUseCase release.Interface
}
InternalRunner has the set of use-cases.
type NewInternalRunnerFunc ¶
type NewInternalRunnerFunc func(client.Interface) *InternalRunner
Click to show internal directories.
Click to hide internal directories.