package
4.1.6+incompatible
Repository: https://github.com/sharovik/devbot.git
Documentation: pkg.go.dev
# Constants
DefaultBitBucketAccessTokenURL the access token endpoint which will be used for token generation.
DefaultBitBucketBaseAPIUrl the base url.
DefaultBitBucketMainBranch the default main branch.
ErrorBranchExists error message for "branch exists error".
ErrorMsgNoAccess error message response of bot, once he got a bad status code from the API.
StrategyMerge the default merge strategy which can be used during the merge.
StrategySquash the squash strategy which can be used during the merge.
# Structs
BaseMessageClient the base messages client.
BitBucketClient the bitbucket client struct.
HTTPClient main http client.
SlackClient client for message api calls.
# Interfaces
BaseHTTPClientInterface base interface for all http clients.
GitClientInterface the main git client interface which should be used once you connect VCS API.
MessageClientInterface interface for message client.