package
0.0.0-20201107123243-a34f225528fd
Repository: https://github.com/ojomb/git-api-aggregator.git
Documentation: pkg.go.dev
# Variables
Repos is the exported entrypoint to the Github Repos world.
# Structs
CreateRepoRequest models the structure of the request for a Create Repo API call.
CreateRepoResponse models the structure of the response for a Create Repo API call.
Error is the Data structure for a Github error.
ErrorResponse is the Data structure for an error response.
GetUserRequest is the data model for a Github Get User Response.
GetUserResponse is the data model for a Github Get User Response.
Owner represents a repository owner.
RepoPermissions models the structure of a Repo Permissions.
# Interfaces
ReposInterface is the interface for the Github Repos world.