Documentation
¶
Overview ¶
Package api SeqUI Server.
@title SeqUI Server
@version 1.0
@accept json
@produce json
@securityDefinitions.apikey bearer
@in header
@name Authorization
@description Authentication token, prefixed by Bearer: Bearer {token}
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registrar ¶
type Registrar struct {
// contains filtered or unexported fields
}
Registrar is registrar of gRPC and gRPC-Gateway handlers.
func NewRegistrar ¶
func NewRegistrar( seqApiV1 *seqapi_v1_api.SeqAPI, userProfileV1 *userprofile_v1_api.UserProfile, dashboardsV1 *dashboards_v1_api.Dashboards, massExportV1 *massexport_v1_api.MassExport, errorGroupsV1 *errorgroups_v1_api.ErrorGroups, ) *Registrar
NewRegistrar returns new registrar instance.
func (*Registrar) RegisterGRPCHandlers ¶
RegisterGRPCHandlers registers all handlers for grpcServer.
func (*Registrar) RegisterHTTPHandlers ¶
RegisterHTTPHandlers registers all handlers for mux.
Click to show internal directories.
Click to hide internal directories.