Documentation ¶
Overview ¶
Package qrcodegenerator provides QR code generation services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QRCodeGenerator ¶
QRCodeGenerator implements the QR Code Generator component.
The QR Code Generator exposes the EndDeviceQRCodeGenerator service.
func New ¶
func New(c *component.Component, conf *Config) (*QRCodeGenerator, error)
New returns a new *QRCodeGenerator.
func (*QRCodeGenerator) Context ¶
func (qrg *QRCodeGenerator) Context() context.Context
Context returns the context of the QR Code Generator.
func (*QRCodeGenerator) RegisterHandlers ¶
func (qrg *QRCodeGenerator) RegisterHandlers(s *runtime.ServeMux, conn *grpc.ClientConn)
RegisterHandlers registers gRPC handlers.
func (*QRCodeGenerator) RegisterServices ¶
func (qrg *QRCodeGenerator) RegisterServices(s *grpc.Server)
RegisterServices registers services provided by qrg at s.
func (*QRCodeGenerator) Roles ¶
func (qrg *QRCodeGenerator) Roles() []ttnpb.ClusterRole
Roles returns the roles that the QR Code Generator fulfills.
Click to show internal directories.
Click to hide internal directories.