Documentation ¶
Index ¶
- func New(cron *scheduler.Scheduler, metric metrics.Metric, log log.Logger, ...) lava.GrpcRouter
- type Id
- func (id *Id) Generate(ctx context.Context, req *gidpb.GenerateRequest) (*gidpb.GenerateResponse, error)
- func (id *Id) Init()
- func (id *Id) Middlewares() []lava.Middleware
- func (id *Id) RegisterGateway(ctx context.Context, mux *runtime.ServeMux, conn grpc.ClientConnInterface) error
- func (id *Id) ServiceDesc() *grpc.ServiceDesc
- func (id *Id) TypeStream(request *gidpb.TypesRequest, server gidpb.Id_TypeStreamServer) error
- func (id *Id) Types(ctx context.Context, req *gidpb.TypesRequest) (*gidpb.TypesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Id ¶
type Id struct {
// contains filtered or unexported fields
}
func (*Id) Generate ¶
func (id *Id) Generate(ctx context.Context, req *gidpb.GenerateRequest) (*gidpb.GenerateResponse, error)
func (*Id) Middlewares ¶
func (id *Id) Middlewares() []lava.Middleware
func (*Id) RegisterGateway ¶
func (*Id) ServiceDesc ¶
func (id *Id) ServiceDesc() *grpc.ServiceDesc
func (*Id) TypeStream ¶
func (id *Id) TypeStream(request *gidpb.TypesRequest, server gidpb.Id_TypeStreamServer) error
func (*Id) Types ¶
func (id *Id) Types(ctx context.Context, req *gidpb.TypesRequest) (*gidpb.TypesResponse, error)
Click to show internal directories.
Click to hide internal directories.