Documentation ¶
Index ¶
- type Server
- func (s *Server) BoshBlobs(ctx context.Context, request *revokpb.BoshBlobsRequest) (*revokpb.BoshBlobsResponse, error)
- func (s *Server) GetCredentialCounts(ctx context.Context, in *revokpb.CredentialCountRequest) (*revokpb.CredentialCountResponse, error)
- func (s *Server) GetOrganizationCredentialCounts(ctx context.Context, in *revokpb.OrganizationCredentialCountRequest) (*revokpb.OrganizationCredentialCountResponse, error)
- func (s *Server) GetRepositoryCredentialCounts(ctx context.Context, in *revokpb.RepositoryCredentialCountRequest) (*revokpb.RepositoryCredentialCountResponse, error)
- func (s *Server) Search(query *revokpb.SearchQuery, stream revokpb.Revok_SearchServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( logger lager.Logger, searcher search.Searcher, blobSearcher search.BlobSearcher, repositoryRepository db.RepositoryRepository, branchRepository db.BranchRepository, ) *Server
func (*Server) BoshBlobs ¶
func (s *Server) BoshBlobs(ctx context.Context, request *revokpb.BoshBlobsRequest) (*revokpb.BoshBlobsResponse, error)
func (*Server) GetCredentialCounts ¶
func (s *Server) GetCredentialCounts( ctx context.Context, in *revokpb.CredentialCountRequest, ) (*revokpb.CredentialCountResponse, error)
func (*Server) GetOrganizationCredentialCounts ¶
func (s *Server) GetOrganizationCredentialCounts( ctx context.Context, in *revokpb.OrganizationCredentialCountRequest, ) (*revokpb.OrganizationCredentialCountResponse, error)
func (*Server) GetRepositoryCredentialCounts ¶
func (s *Server) GetRepositoryCredentialCounts( ctx context.Context, in *revokpb.RepositoryCredentialCountRequest, ) (*revokpb.RepositoryCredentialCountResponse, error)
func (*Server) Search ¶
func (s *Server) Search(query *revokpb.SearchQuery, stream revokpb.Revok_SearchServer) error
Click to show internal directories.
Click to hide internal directories.