# Functions
NewVCSServiceClient constructs a client for the vcs.v1.VCSService service.
NewVCSServiceHandler builds an HTTP handler from the service implementation.
RegisterVCSServiceHandler register an HTTP handler to a mux.Router from the service implementation.
# Constants
VCSServiceGetCommitProcedure is the fully-qualified name of the VCSService's GetCommit RPC.
VCSServiceGetCommitsProcedure is the fully-qualified name of the VCSService's GetCommits RPC.
VCSServiceGetFileProcedure is the fully-qualified name of the VCSService's GetFile RPC.
VCSServiceGithubAppProcedure is the fully-qualified name of the VCSService's GithubApp RPC.
VCSServiceGithubLoginProcedure is the fully-qualified name of the VCSService's GithubLogin RPC.
VCSServiceGithubRefreshProcedure is the fully-qualified name of the VCSService's GithubRefresh RPC.
VCSServiceName is the fully-qualified name of the VCSService service.
# Structs
UnimplementedVCSServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
VCSServiceClient is a client for the vcs.v1.VCSService service.
VCSServiceHandler is an implementation of the vcs.v1.VCSService service.