Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrServiceNotInitialized returned when wallet is not initialized/started,. ErrServiceNotInitialized = errors.New("browsers service is not initialized") )
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API is class with methods available over RPC.
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
Database sql wrapper for operations with browser objects.
func InitializeDB ¶
InitializeDB creates db file at a given path and applies migrations.
func (*Database) DeleteBrowser ¶
func (*Database) GetBrowsers ¶
func (*Database) InsertBrowser ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a browsers service.
func (*Service) StartDatabase ¶
Start database after dbpath and password will become known.
func (*Service) StopDatabase ¶
Click to show internal directories.
Click to hide internal directories.