Documentation
¶
Overview ¶
Package app provides the base view and renderer for the application. It provides an interface to control the main application, as well as organize different views.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application holds an application with its views.
func (*Application) Authorizer ¶
func (a *Application) Authorizer() bluetooth.SessionAuthorizer
Authorizer returns the session's authorizer.
func (*Application) Start ¶
func (a *Application) Start(session bluetooth.Session, featureSet *appfeatures.FeatureSet, cfg *config.Config) error
Start starts the application.
Click to show internal directories.
Click to hide internal directories.