package
1.0.0
Repository: https://github.com/go-gitea/lgtm.git
Documentation: pkg.go.dev

# Packages

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

# Functions

CreateRepo creates a new repository.
CreateUser creates a new user account.
DeleteRepo deletes a user repository.
DeleteUser deletes a user account.
FromContext returns the Store associated with this context.
GetRepo gets a repo by unique ID.
GetRepoIntersect gets a repo list by account login.
GetRepoIntersectMap gets a repo set by account login where the key is the repository slug and the value is the repository struct.
GetRepoMulti gets a list of multiple repos by their full name.
GetRepoOwner gets a repo list by account.
GetRepoOwnerName gets a repo by its owner and name.
GetRepoSlug gets a repo by its full name.
GetUser gets a user by unique ID.
GetUserLogin gets a user by unique Login name.
ToContext adds the Store to this context if it supports the Setter interface.
UpdateRepo updates a user repository.
UpdateUser updates a user account.

# Interfaces

Setter defines a context that enables setting values.
Store defines a data storage abstraction for managing structured data in the system.