Documentation ¶
Index ¶
- type Server
- func (s *Server) DockerCredentials(req *proto.CredentialsRequest, server proto.Docker_DockerCredentialsServer) error
- func (s *Server) DockerImages(req *proto.DockerImagesRequest, server proto.Docker_DockerImagesServer) error
- func (s *Server) DockerRegistries(req *proto.DockerRegistriesRequest, server proto.Docker_DockerRegistriesServer) error
- func (s *Server) HelmCharts(req *proto.HelmChartsRequest, server proto.Helm_HelmChartsServer) error
- func (s *Server) HelmCredentials(req *proto.CredentialsRequest, server proto.Helm_HelmCredentialsServer) error
- func (s *Server) HelmRepositories(req *proto.HelmRepositoriesRequest, server proto.Helm_HelmRepositoriesServer) error
- func (s *Server) MavenArtifacts(req *proto.MavenArtifactsRequest, server proto.Maven_MavenArtifactsServer) error
- func (s *Server) MavenCredentials(req *proto.CredentialsRequest, server proto.Maven_MavenCredentialsServer) error
- func (s *Server) MavenRepositories(req *proto.MavenRepositoriesRequest, ...) error
- func (s *Server) NugetCredentials(req *proto.CredentialsRequest, server proto.Nuget_NugetCredentialsServer) error
- func (s *Server) NugetFeeds(req *proto.NugetFeedsRequest, server proto.Nuget_NugetFeedsServer) error
- func (s *Server) NugetPackages(req *proto.NugetPackagesRequest, server proto.Nuget_NugetPackagesServer) error
- func (s *Server) Serve(addr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { proto.UnimplementedDockerServer proto.UnimplementedHelmServer proto.UnimplementedNugetServer proto.UnimplementedMavenServer // contains filtered or unexported fields }
func (*Server) DockerCredentials ¶
func (s *Server) DockerCredentials(req *proto.CredentialsRequest, server proto.Docker_DockerCredentialsServer) error
func (*Server) DockerImages ¶
func (s *Server) DockerImages(req *proto.DockerImagesRequest, server proto.Docker_DockerImagesServer) error
func (*Server) DockerRegistries ¶
func (s *Server) DockerRegistries(req *proto.DockerRegistriesRequest, server proto.Docker_DockerRegistriesServer) error
func (*Server) HelmCharts ¶
func (s *Server) HelmCharts(req *proto.HelmChartsRequest, server proto.Helm_HelmChartsServer) error
func (*Server) HelmCredentials ¶
func (s *Server) HelmCredentials(req *proto.CredentialsRequest, server proto.Helm_HelmCredentialsServer) error
func (*Server) HelmRepositories ¶
func (s *Server) HelmRepositories(req *proto.HelmRepositoriesRequest, server proto.Helm_HelmRepositoriesServer) error
func (*Server) MavenArtifacts ¶
func (s *Server) MavenArtifacts(req *proto.MavenArtifactsRequest, server proto.Maven_MavenArtifactsServer) error
func (*Server) MavenCredentials ¶
func (s *Server) MavenCredentials(req *proto.CredentialsRequest, server proto.Maven_MavenCredentialsServer) error
func (*Server) MavenRepositories ¶
func (s *Server) MavenRepositories(req *proto.MavenRepositoriesRequest, server proto.Maven_MavenRepositoriesServer) error
func (*Server) NugetCredentials ¶
func (s *Server) NugetCredentials(req *proto.CredentialsRequest, server proto.Nuget_NugetCredentialsServer) error
func (*Server) NugetFeeds ¶
func (s *Server) NugetFeeds(req *proto.NugetFeedsRequest, server proto.Nuget_NugetFeedsServer) error
func (*Server) NugetPackages ¶
func (s *Server) NugetPackages(req *proto.NugetPackagesRequest, server proto.Nuget_NugetPackagesServer) error
Click to show internal directories.
Click to hide internal directories.