# Functions
FromOrg returns a new Maintainer file with a subset of people that are part of the specified org.
ParseConfig parses a projects .lgtm file.
ParseConfigStr parses a projects .lgtm file in string format.
ParseMaintainer parses a projects MAINTAINERS file and returns the list of maintainers.
ParseMaintainerStr parses a projects MAINTAINERS file in string format and returns the list of maintainers.
Rand generates a 32-bit random string.
# Structs
Comment represents a comment from the the remote API.
Config represents a repo-specific configuration file.
Hook represents a hook from the remote API.
Issue represents an issue from the the remote API.
Maintainer represents a MAINTAINERS file.
Member represents a member from the the remote API.
Org represents a group, team or subset of users.
Perm represents permissions from the the remote API.
Person represets an individual in the MAINTAINERS file.
Repo represents a repo from the the remote API.
Review represents a pull request review comment from the the remote API.
Team represents a team from the the remote API.
User represents an user from the the remote API.