package
4.1.6+incompatible
Repository: https://github.com/sharovik/devbot.git
Documentation: pkg.go.dev
# Structs
Author the author object.
BaseChatMessage the chat message which will be retrieved from websocket api.
BaseOriginalMessage original message interface which will be used for identification of base original message object.
BaseResponse the struct, which should extend all external response structs.
BitBucketBranchTarget the branch target struct.
BitBucketErrorResponseBranchCreate the bad response from the bitbucket api.
BitBucketPullRequestDestination the destination struct.
BitBucketPullRequestDestinationBranch the destination branch struct.
BitBucketPullRequestDestinationUpdateRequest request struct for pull-request destination update.
BitBucketPullRequestInfoResponse the response object from the BitBucket api.
BitBucketRequestBranchCreate need to be used for branch create requests.
BitBucketRequestPullRequestCreate used for pull-request create requests.
BitBucketRequestRunPipeline the request for the pipeline run endpoint.
BitBucketResponseBranchCreate will be used for parsing of the response for branch-create request.
BitBucketResponseDefaultReviewers the bitbucket reviewers response object.
BitBucketResponseRunPipeline the response struct of run-pipeline request.
BitBucketReviewer the reviewer object.
Channel it's an object which contains information about message channel.
DataKey the key struct.
Destination the destination object.
DictionaryMessage child struct of DevBotMessageDictionary object.
Error the error struct.
File object.
Links the links action object.
MessageBlock child struct of SlackResponseEventMessage.
Participant the participant object.
ParticipantUser the user of participant object.
PipelineTarget the target for the pipeline to run.
PipelineTargetSelector pipeline selector.
Profile object.
Rendered the rendered information.
ResponseMetadata object of metadata.
Reviewer the reviewer object.
Self child struct of SlackResponseRTMConnect.
SlackMember object which is used in SlackResponseUsersList object.
SlackRequestAcknowledge the request for acknowledging of the event message.
SlackRequestChatPostMessage request for post.chatMessage.
SlackRequestEventMessage object for message WS event message.
SlackResponseChatPostMessage response object for message chat postMessage endpoint response.
SlackResponseConversationsList the list of Channel objects.
SlackResponseEventAPIMessage the main object of the response.
SlackResponseEventMessage main event message object.
SlackResponseRTMConnect need for decoding an rtm.connect endpoint response.
SlackResponseUsersList response object from users.list.
Source the source object from where was made this pull-request.
Summary the summary description.
Team child struct of SlackResponseRTMConnect.
Variable the object for pipeline variables.
# Interfaces
BaseResponseInterface base response interface.