Module gitea

Source
Available on crate features remote and gitea only.
Expand description

Gitea client.

Structs§

GiteaClient
HTTP client for handling Gitea REST API requests.
GiteaCommit
Representation of a single commit.
GiteaCommitAuthor
Author of the commit.
GiteaPullRequest
Representation of a single pull request.
PullRequestLabel
Label of the pull request.

Constants§

FINISHED_FETCHING_MSG
Log message to show when done fetching from Gitea.
START_FETCHING_MSG
Log message to show while fetching data from Gitea.