Documentation
¶
Overview ¶
Package services mediates all the business logic of the application via a manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager mediates the whole business logic of the application.
func NewManager ¶
NewManager returns a new manager after creating all necessary items for our business logic.
func (Manager) RegisterGRPCServices ¶
RegisterGRPCServices returns a new grpc Server.
Directories
¶
Path | Synopsis |
---|---|
Package accessibility implements the Accessibility service.
|
Package accessibility implements the Accessibility service. |
Package gdm implements the GDM gRPC service.
|
Package gdm implements the GDM gRPC service. |
Package keyboard implements the Keyboard gRPC service.
|
Package keyboard implements the Keyboard gRPC service. |
Package locale implements the Locale gRPC service.
|
Package locale implements the Locale gRPC service. |
Package privacy implements the Privacy gRPC service.
|
Package privacy implements the Privacy gRPC service. |
Package telemetry implements the Telemetry gRPC service.
|
Package telemetry implements the Telemetry gRPC service. |
Package timezone implements the Timezone gRPC service.
|
Package timezone implements the Timezone gRPC service. |
Package user implements the User gRPC service.
|
Package user implements the User gRPC service. |
Click to show internal directories.
Click to hide internal directories.