# Functions

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

# Constants

Indicates the provided values for he operation were invalid.
Indicates the operation was successful.
Indicates the project already exists.
Indicates the project does not exist.
Indicates the operation fail with unknown error.
Indicates result data must be sorted from low to high sequence.
Indicates result data must be sorted from high to low sequence.

# Variables

Enum value maps for Error.
Enum value maps for Error.
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for SortingDirection.
Enum value maps for SortingDirection.

# Structs

* Request to create a new project.
* Response contains the result of creating a new project.
* Request to delete an existing project.
* Response contains the result of deleting an existing project.
* Request to ListProjects for projects.
* Response contains the result of ListProjectsing for projects.
* The pagination information compatible with graphql-relay connection definition, for more information visit: https://facebook.github.io/relay/graphql/connections.htm.
* The project object.
The pair of project and a cursor that defines the position of the project in the repository that can later referred to using pagination information.
* Request to read an existing project.
* Response contains the result of reading an existing project.
* Defines the pair of values that are used to determine how the result data should be sorted.
UnimplementedServiceServer can be embedded to have forward compatible implementations.
* Request to update an existing project.
* Response contains the result of updating an existing project.

# Interfaces

ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.

# Type aliases

* The different error types.
* The different sorting direction.