Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitMessageService ¶ added in v0.5.0
type GetRepoDetailsResponse ¶ added in v0.5.2
type GithubService ¶ added in v0.5.0
type GithubService interface { GetStagingCodeDiff() (string, error) GetCurrentRepoDetails() (*GetRepoDetailsResponse, error) CreatePullRequest(pr *entity.PullRequest, token string) error GetCurrentBranch() (string, error) GetUnPushedCommits(base string) ([]string, error) GetRecentUpdatedBranch() ([]string, error) PushCurrentBranch() error }
type NLPService ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.