package
1.9.106
Repository: https://github.com/slimm609/go-scm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package transport provides facilities for setting up authenticated http.RoundTripper given credentials and base RoundTripper.

# Functions

ConvertStatusInputsToStatuses converts the inputs to status objects.
ConvertStatusInputToStatus converts the input to a status.
ExpandRef returns name expanded to the fully qualified reference path (e.g refs/heads/master).
IsTag returns true if the reference path points to a tag object.
IsUnknownWebhook returns true if the error is an unknown webhook.
Join joins the repository owner and name segments to create a fully qualified repository name.
Split splits the full repository name into segments.
ToMergeableState converts the given string to a mergeable state.
ToState converts the given text to a state.
TrimRef returns ref without the path prefix.
URLJoin joins the given paths so that there is only ever one '/' character between the paths.
WithContext returns a copy of parent in which the token value is set.

# Constants

Action values.
Action values.
check run / check suite.
Action values.
Action values.
Action values.
reviews.
Action values.
Action values.
issues.
Action values.
Action values.
Action values.
Action values.
Action values.
pull requests.
Action values.
Action values.
Action values.
AdminPermission means the user has full admin access to the repository.
Driver values.
Driver values.
Driver values.
Driver values.
Driver values.
Driver values.
Driver values.
Driver values.
Driver values.
EmptyCommit is an empty commit sha.
MergeableStateConflicting The pull request cannot be merged due to merge conflicts.
MergeableStateMergeable The pull request can be merged.
MergeableStateUnknown The mergeability of the pull request is still being calculated.
NoPermission means the user has no permission to access the repository.
ReadPermission means the user has read access to the repository.
ReviewStateApproved is used for approved reviews.
ReviewStateChangesRequested is used for reviews with changes requested.
ReviewStateCommented is used for reviews with comments.
ReviewStateDismissed is used for reviews that have been dismissed.
ReviewStatePending is used for reviews that are awaiting response.
SearchTimeFormat is a time.Time format string for ISO8601 which is the format that GitHub requires for times specified as part of a search query.
State values.
State values.
State values.
State values.
State values.
State values.
State values.
State values.
WebhookKindBranch is for branch events.
WebhookKindCheckRun is for check run events.
WebhookKindCheckSuite is for check suite events.
WebhookKindDeploy is for deploy events.
WebhookKindDeploymentStatus is for deployment status events.
WebhookKindFork is for fork events.
WebhookKindInstallation is for app installation events.
WebhookKindInstallationRepository is for app isntallation in a repository events.
WebhookKindIssue is for issue events.
WebhookKindIssueComment is for issue comment events.
WebhookKindLabel is for label events.
WebhookKindPing is for ping events.
WebhookKindPullRequest is for pull request events.
WebhookKindPullRequestComment is for pull request comment events.
WebhookKindPush is for push events.
WebhookKindRelease is for release events.
WebhookKindRepository is for repository events.
WebhookKindReview is for review events.
WebhookKindReviewCommentHook is for review comment events.
WebhookKindStar is for star events.
WebhookKindStatus is for status events.
WebhookKindTag is for tag events.
WebhookKindWatch is for watch events.
WritePermission means the user has write/push access to the repository.

# Variables

ErrNotAuthorized indicates the request is not authorized or the user does not have access to the resource.
ErrNotFound indicates a resource is not found.
ErrNotSupported indicates a resource endpoint is not supported or implemented.
ErrSignatureInvalid is returned when the webhook signature is invalid or cannot be calculated.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ExtraUsers is an error specifying the users that could not be unassigned.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MissingHeader if the webhook has a missing header.
MissingUsers is an error specifying the users that could not be unassigned.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StateCannotBeChanged represents the error that occurs when a resource cannot be changed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnknownWebhook if the webhook is unknown.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Action identifies webhook actions.
Driver identifies source code management driver.
No description provided by the author
No description provided by the author
State represents the commit state.
WebhookKind is the kind of webhook event represented.