Documentation
¶
Index ¶
- Constants
- type AppManifest
- type Component
- type Options
- type SQLiteBackendComponent
- func (m *SQLiteBackendComponent) Health(ctx context.Context) error
- func (m *SQLiteBackendComponent) Init(ctx context.Context) error
- func (m *SQLiteBackendComponent) Manifest() AppManifest
- func (m *SQLiteBackendComponent) MountRoutes(mux *http.ServeMux) error
- func (m *SQLiteBackendComponent) Start(ctx context.Context) error
- func (m *SQLiteBackendComponent) Stop(context.Context) error
Constants ¶
View Source
const AppID = "sqlite"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppManifest ¶
type SQLiteBackendComponent ¶
type SQLiteBackendComponent struct {
// contains filtered or unexported fields
}
func NewSQLiteBackendComponent ¶
func NewSQLiteBackendComponent(opts Options) (*SQLiteBackendComponent, error)
func (*SQLiteBackendComponent) Health ¶
func (m *SQLiteBackendComponent) Health(ctx context.Context) error
func (*SQLiteBackendComponent) Init ¶
func (m *SQLiteBackendComponent) Init(ctx context.Context) error
func (*SQLiteBackendComponent) Manifest ¶
func (m *SQLiteBackendComponent) Manifest() AppManifest
func (*SQLiteBackendComponent) MountRoutes ¶
func (m *SQLiteBackendComponent) MountRoutes(mux *http.ServeMux) error
Click to show internal directories.
Click to hide internal directories.