Documentation
¶
Overview ¶
Copyright (c) 2025 Nexlayer. All rights reserved.n// Use of this source code is governed by an MIT-stylen// license that can be found in the LICENSE file.nn
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
Container handles dependency injection for the application.
func NewContainer ¶
func NewContainer() *Container
NewContainer creates a new dependency injection container.
func (*Container) GetAPIClient ¶
GetAPIClient returns the API client instance.
func (*Container) GetLogger ¶
func (c *Container) GetLogger() *observability.Logger
GetLogger returns the logger instance.
func (*Container) GetUIManager ¶
GetUIManager returns the UI manager instance.
Click to show internal directories.
Click to hide internal directories.