Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchesRepository ¶
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func NewIndexHandler( logger lager.Logger, template *template.Template, client IndexRevokClient, ) *IndexHandler
func (*IndexHandler) ServeHTTP ¶
func (h *IndexHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type IndexRevokClient ¶
type IndexRevokClient interface {
GetCredentialCounts(ctx context.Context, in *revokpb.CredentialCountRequest, opts ...grpc.CallOption) (*revokpb.CredentialCountResponse, error)
}
type Organization ¶
type OrganizationHandler ¶
type OrganizationHandler struct {
// contains filtered or unexported fields
}
func NewOrganizationHandler ¶
func NewOrganizationHandler( logger lager.Logger, template *template.Template, client OrganizationRevokClient, ) *OrganizationHandler
func (*OrganizationHandler) ServeHTTP ¶
func (h *OrganizationHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type OrganizationRevokClient ¶
type OrganizationRevokClient interface {
GetOrganizationCredentialCounts(ctx context.Context, in *revokpb.OrganizationCredentialCountRequest, opts ...grpc.CallOption) (*revokpb.OrganizationCredentialCountResponse, error)
}
type Repository ¶
type RepositoryHandler ¶
type RepositoryHandler struct {
// contains filtered or unexported fields
}
func NewRepositoryHandler ¶
func NewRepositoryHandler( logger lager.Logger, template *template.Template, client RepositoryRevokClient, ) *RepositoryHandler
func (*RepositoryHandler) ServeHTTP ¶
func (h *RepositoryHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RepositoryRevokClient ¶
type RepositoryRevokClient interface {
GetRepositoryCredentialCounts(ctx context.Context, in *revokpb.RepositoryCredentialCountRequest, opts ...grpc.CallOption) (*revokpb.RepositoryCredentialCountResponse, error)
}
Click to show internal directories.
Click to hide internal directories.